Hello,
Althrough this is a little bit OT for Torque list ;) I will try to give you some hints .
Make sure you don't have any firewall blocking your TCP port 3306.
The console(and phpmyadmin) maybe connects through unix socket not TCP/IP , try with mysql --host=hostname
Try other possibilites instead localhost: 127.0.0.1 or even the IP of that machine.
Best would be to make a simple app to connect to mysql ( a simple servlet or jsp page) to try to
see what is the problem.
Hope it helps, Andras.
Eberle Martin wrote:
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?
Error
java.lang.Error: Error in BasePeer.initTableSchema(TURBINE_USER): Cannot connect to MySQL server on localhost:3306. Is there a MySQL
server running on the machine/port you are trying to connect to?
(java.net.ConnectException)
Do i have to use another driver? Or what else? Arrrgl.
Sincerely --Martin--
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
