Re: Can't connect to MySQL server on 'localhost' (10061)

2004-01-29 Thread [EMAIL PROTECTED]
7;ll let you know if connecting from the laptop works. chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 6:40 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Can't connect to MySQL server on 'loc

Can't connect to MySQL server on 'localhost' (10061)- solution pls

2004-01-29 Thread Arunachalam
) and mysql_real_connect(). after the execution of mysql_real_connect(), i met the error message as; *Can't connect to MySQL server on 'localhost' (10061)* I have searched in various discussion forums, the points obtained never able to solve my problem. I have tested with mysqladmin as

Re: Can't connect to MySQL server on 'localhost' (10061)

2004-01-28 Thread [EMAIL PROTECTED]
I assume that you know the the server's ip and then try: from DOS: mysql -h ipaddressofserver -u user1 -ppassword1 --type this as is with your server's ip Also you need to be running 4.1.1 client on your laptop. N. Chris Frost wrote: With several others, I too have this problem. MySQL 4.1.1 ins

Re: Can't connect to MySQL server on 'localhost' (10061)

2004-01-28 Thread [EMAIL PROTECTED]
ednesday, January 28, 2004 4:15 PM To: N. Chris Frost Cc: [EMAIL PROTECTED] Subject: Re: Can't connect to MySQL server on 'localhost' (10061) I assume that you know the the server's ip and then try: from DOS: mysql -h ipaddressofserver -u user1 -ppassword1 --type this as is with

Re: Can't connect to MySQL server on 'localhost' (10061)

2004-01-28 Thread Brian Harris
I assume that you know the the server's ip and then try: from DOS: mysql -h ipaddressofserver -u user1 -ppassword1 --type this as is with your server's ip Also you need to be running 4.1.1 client on your laptop. N. Chris Frost wrote: With several others, I too have this problem. MySQL 4.1.1 ins

Can't connect to MySQL server on 'localhost' (10061)

2004-01-28 Thread N. Chris Frost
With several others, I too have this problem. MySQL 4.1.1 installed without a problem. The sqlAdmin is running. I can run the control center and/or mysql to do sql things. This, though, is all from the server (a PC running Win ME). I want to connect from my laptop. What do I have to do? Executi

Re: ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)

2004-01-12 Thread Rich Green
\mysql\bin>mysql ERROR 2003: Can't connect to MySQL server on 'localhost' (10061) My my.ini file # Example mysql config file. # Copy this file to c:\my.cnf to set global options # # One can use all long options that the program supports. # Run the program with --help to get a

ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)

2003-07-16 Thread Rodger Nixon
Hi All: I am trying to run mysql in a Windows XP environment. I downloaded the binary and installation went smoothly. What I am expecting is that if I have winmysqladmin in my startup it should launch and I should be able to connect using the mysql control centre as my client. So far no joy.

Newbie Help! Can't connect to MySQL server on 'localhost' (10061)

2002-11-26 Thread Martin Wright
w if this is relevant) upgraded to win XP Pro SP1. Now I've reinstalled every thing and get the error msg below. Can't connect to MySQL server on 'localhost' (10061) I've been to the MySQL site and searched but a) I don't entirely follow some of the stuff and

Newbie Help! Can't connect to MySQL server on 'localhost' (10061)

2002-11-26 Thread Martin Wright
XP Pro SP1. Now I've reinstalled every thing and get the error msg below. Can't connect to MySQL server on 'localhost' (10061) I've been to the MySQL site and searched but a) I don't entirely follow some of the stuff and b) what I've tried doesn't se

ERROR 2003: Can't connect to MySQL server on 'localhost' (10061) - WINXP

2002-10-21 Thread Stefan Papp
following reason: ERROR 2003: Can't connect to MySQL server on 'localhost' (10061) After this, I deinstalled both MySQL programs and then installed MySQL 3.23.52 alone. Again, everytime I wanted to start mysql, I got the message "ERROR 2003: Can't connect to MySQL server on

Can't connect to MySQL server on 'localhost' (10061)

2002-05-22 Thread Gunnar Giesinger
when i try to run phpMyAdmin on an apache server on Windows 2000 I always get the following message: Can't connect to MySQL server on 'localhost' (10061) could anyone please tell me how to configure MySQL to run via tcp/ip on localhost? than

Can't connect to mysql server on 'localhost' (10061) using Visual Basic

2001-10-24 Thread Prabhu Venkata
Hi My sys config OS = NT4 (installed mysql here) database = MYSQL4.23 language = Visual Basic I have written an application on visual basic. If i work from the localhost is working fine. If I install my application on any other machine, I get an error "can't connect to mysql

ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)

2001-09-07 Thread Richard Elsberry
Hello, I am running version 3.23.41 on windows '98. When I run winipcfg I show that my hostname is siren.goldengate.net and my ip address is 10.0.0.1. When I type c:\mysql\bin mysql I get an error message: ERROR 2003: Can't connect to MySQL server on 'localhost' (10061) I tr

Error 2003: Can't connect to MySQL server on 'localhost' (10061)

2001-07-01 Thread Robb Garrioch
Hi, Does anyone know how to fix the following error? "ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)" I get this by typing "mysql" at the shell prompt (ie C:\mysql\ mysql [return]) MySQL is installed in the default C:\mysql. I'm runni

ERROR 2003: Can't connect to MySQL server on 'localhost' (10061) on Windows2000

2001-02-15 Thread Esko Lehtme
ERROR 2003: Can't connect to MySQL server on 'localhost' (10061) - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To requ