Gossamer Forum
Home : General : Databases and SQL :

mysql in windows 2000 server

Quote Reply
mysql in windows 2000 server
I installed php, mysql in teh windows 2000 server
The mysql can start service
But when I I type mysql in command line, I got "
Error 2013, Lost connection to MySQL server during querty"
Quote Reply
Re: [jinwu] mysql in windows 2000 server In reply to
Did you use the following command to login to the MySQL server (in the C:\MySQL\bin folder):

mysql -u=username -p=password databasename

Replace username with your username and password with your database and databasename with the database you'd like to connect to.

Look in your mysqld.log log file (can be accessed via the MySQLAdmin application in the bin folder).

Also, you might find better info, by going to:

http://www.mysql.com

and search for Error: 2013

OR

search the error via Google:

http://www.google.com/...3+MySQL+Windows+2000
========================================
Buh Bye!

Cheers,
Me