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
"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
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
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-
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
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
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
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
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