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

Re: Not able to connect to mysql by mysql_connect()

2003-12-29 Thread Director General: NEFACOMP
ion that supports the new authentication protocol used by 4.1 Also, reading the manual will give you more hints. Thanks Emery - Original Message - From: "ads mysql" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 29, 2003 15:42 Subject: Not able t

Not able to connect to mysql by mysql_connect()

2003-12-29 Thread ads mysql
Hi, I am trying to connect mysql through .php script. Following is the php code. ### MYSQL_CONNECT("localhost", "x", "xxx" ) OR DIE("Unable to connect to database"); @mysql_select_db("xxx") or die("Unable to select database"); ### I get following war

re: Not able to connect

2002-10-14 Thread Victoria Reznichenko
manuvi, Monday, October 14, 2002, 8:04:28 AM, you wrote: maedn> I am not able to connect to my database using the IP no of my machine using maedn> the following PHP script. I have recived the error exlained below when I tried maedn> to connect the database. But When I changed the hos

Not able to connect

2002-10-13 Thread manuvi
Hi all, I am not able to connect to my database using the IP no of my machine using the following PHP script. I have recived the error exlained below when I tried to connect the database. But When I changed the host name as "localhost", I was able to connect. Please suggest how t