Guest_imported
New member
- Jan 1, 1970
- 0
I downloaded mysql-max-3.23.49-win.zip from the server, ran the setup and install it into c:\mysql and create the my.ini file in c:\winnt\. I then try to run mysql and it give me the following error message. Could someone tell me what I need to do for it to work? Thanks
Hung-Hsun Su
c:\mysql\bin\mysql
ERROR 2003: Can't Connect to MYSQL server on 'localhost' (10061)
c:\mysql\bin\mysqladmin -u root shutdown
MYSQLADMIN: connect to server at 'localhost' failed
error: 'Can't connect to MySQL server on 'localhost'
Check that mysqld is running on localhost and that th
You can check this by doing 'telnet localhost 3306'
and i got this message in the mysql.err file
020223 0:01:55 MYSQLD-MAX-NT: Table 'mysql.host' doesn't exist
Hung-Hsun Su
c:\mysql\bin\mysql
ERROR 2003: Can't Connect to MYSQL server on 'localhost' (10061)
c:\mysql\bin\mysqladmin -u root shutdown
MYSQLADMIN: connect to server at 'localhost' failed
error: 'Can't connect to MySQL server on 'localhost'
Check that mysqld is running on localhost and that th
You can check this by doing 'telnet localhost 3306'
and i got this message in the mysql.err file
020223 0:01:55 MYSQLD-MAX-NT: Table 'mysql.host' doesn't exist