RE: Problems connecting to MySql database.

2004-08-24 Thread Dovlecel Alexandru Ovidiu
> >The easiest way to see if mysql is running and listening on > the 3306 port is > >executing the following command: > > >telnet 3306 > > This connects to a host called "3306". Don't do it. :))) My mistake, sorry... Still, for me it worked oki, in order to figure it out if mysql was listen

Re: Problems connecting to MySql database.

2004-08-24 Thread Henning P. Schmiedehausen
Dovlecel Alexandru Ovidiu <[EMAIL PROTECTED]> writes: >The easiest way to see if mysql is running and listening on the 3306 port is >executing the following command: >telnet 3306 This connects to a host called "3306". Don't do it. telnet localhost 3306 won't help you much if the service is on

Re: Problems connecting to MySql database.

2004-08-24 Thread Paco Nathan
May not be always the case, but here's what we've found with people using OpenSIMS, which is using Torque. Default install for MySQL via some Linux package managers (I'm thinking of Debian in particular but not Fedora or Gentoo) will setup your MySQL server to use "Unix socket" style connection

Re: Problems connecting to MySql database.

2004-08-24 Thread Henning P. Schmiedehausen
"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 BasePe

RE: Problems connecting to MySql database.

2004-08-24 Thread Dovlecel Alexandru Ovidiu
; From: Andras Balogh [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 24, 2004 4:02 PM > To: Apache Torque Users List > Subject: Re: Problems connecting to MySql database. > > > Hello, > > Althrough this is a little bit OT for Torque list ;) I > will try to > g

Re: Problems connecting to MySql database.

2004-08-24 Thread Olivier Croisier
If I remember well, by default, mysql4 doesn't allow for remote connections (localhost only). Check your my.cnf config file and modify this setting. Your database will then be accessible on your network. Hope this helps :) Olivier Croisier Hi there, i am operating an Turbine app with MySql3 Serve

Re: Problems connecting to MySql database.

2004-08-24 Thread Andras Balogh
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 i

Problems connecting to MySql database.

2004-08-24 Thread Eberle Martin
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 330