Re: Not able to connect to Mysql server from network machine

2005-06-06 Thread rtroiana
Thanks Gleb. I just had to manually make changes in my firewall. I allowed requests to port 3306 & mysqld.exe in exceptions tab and it solved the problem. The only reason I didn't think about firewall setting before since whenever I try to run new service, I wud get a pop up from Firewall asking to

Re: Not able to connect to Mysql server from network machine

2005-06-06 Thread SGreen
"rtroiana" <[EMAIL PROTECTED]> wrote on 06/06/2005 08:42:18 AM: > Hi All, > > I'm trying to connect to MySql server from MySql Administrator on a network > machine. I specify the Server host as IP of the machine where DB server is > running and Port as 3306. > > Username as 'root' and the pa

Not able to connect to Mysql server from network machine

2005-06-06 Thread rtroiana
Hi All, I'm trying to connect to MySql server from MySql Administrator on a network machine. I specify the Server host as IP of the machine where DB server is running and Port as 3306. Username as 'root' and the password I have tried with other usernames and specifying machine name inst

Re: Not able to connect to Mysql server from network machine

2005-06-06 Thread Gleb Paharenko
Hello. Check with netstat if MySQL is listening on 3306 port on the server. Use traffic analyzers to see if your packets reach the server. Enable the general query log on the server to see if server receives your requests to connect. See: http://dev.mysql.com/doc/mysql/en/can-not-connect-

Not able to connect to Mysql server from network machine

2005-06-05 Thread Reema Troiana
Hi All, I'm trying to connect to MySql server from MySql Administrator on a network machine. I specify the Server host as IP of the machine where DB server is running and Port as 3306. Username as 'root' and the password I have tried with other usernames and specifying machine name instead of