"Eberle Martin" <[EMAIL PROTECTED]> writes:
>Hi there,
>i am operating an Turbine app with MySql3 Server and Torque.
>Today i've tried to connect to an MySql4 Server with the same
>application
>on a different Linux Server (SuSE 9.1) which won't work.
>The only response is an Error from the BasePeer.initTableSchema
>telling me, that on the port 3306 there may no MySql Server running.
>With phpmyadmin or console i am able to connect to the MySql Server just
>fine.
>What am i doing wrong?
$ netstat -an | grep :3306
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN
If you don't have 0.0.0.0:* here, you cannot connect from an outside
host.
Look at your MySQL access settings and at the tcp_wrappers settings in
/etc/host.allow and /etc/host.deny.
Regards
Henning
--
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH
[EMAIL PROTECTED] +49 9131 50 654 0 http://www.intermeta.de/
RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire
Linux, Java, perl, Solaris -- Consulting, Training, Development
"Fighting for one's political stand is an honorable action, but re-
fusing to acknowledge that there might be weaknesses in one's
position - in order to identify them so that they can be remedied -
is a large enough problem with the Open Source movement that it
deserves to be on this list of the top five problems."
-- Michelle Levesque, "Fundamental Issues with
Open Source Software Development"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]