This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / 请教。我现在连不上MySQL,出现错误提示:ERROR2003: Can't connect to MySQL server on 'localhost' (10061)。以前可都是好好的。请回复,拜托了。
-doodle(doodle);
2003-1-27
(#1003599@0)
-
什么平台?Win9x/Me/2000/XP?
-heian(黑暗㊣电池工作3小时);
2003-1-27
(#1003606@0)
-
Windows 2000, with Anti-virus software Kingshan.
-doodle(doodle);
2003-1-27
(#1004222@0)
-
2003应该是WINDOWS平台的错误。按照一下的步骤试一试。1. Uninstalled mysql
2. c:\mysql\bin>mysqld-nt.exe --install
3. Reboot
4. Now, check the task manager and mysqld-nt.exe
should be running at the background. If not, there is
something wrong with the install.
5. C:\mysql\bin>mysql -u root mysql
6. mysql> set password for
root@localhost=PASSWORD("your password");
7. mysql> update user set password=PASSWORD
("your password") where user='root';
8. mysql> flush privileges;
-heian(黑暗㊣电池工作3小时);
2003-1-27
{467}
(#1003607@0)