我經常在把電腦用工具整理后,常出現了用frontmysql連不上mysql的問題。出現的錯誤提示是
ERROR 2003: Can't connect to MySQL server on 'localhost' (10061),
以前這個問題我也遇到過,在csdn里也有人遇到過。但我感覺大家好像都要保留一些東西一樣,總是草草的講了一下,后來我在國外的一個網站
http://forums.devshed.com/mysql-help-4/error-2003-can-t-connect-to-mysql-server-on-localhost-26423.html
上找到了答案,現跟大家分享一下,希望能對大家有所幫助。
具體解決是:
?had this problem, and this what helped me.....
I have Winxp.....
I removed the previous service, because I had an earlier version....
/bin/mysqld-nt /remove
Then I installed the service
/bin/mysqld-nt /install
Then I edited the my.ini file, by opening winMysqladmin
/bin/winmysqladmin
That command having opened the program...then you should
then select 4th tab, which is the my.ini file
You then edit the file to reflect where you had the files of MYSQL...
as the MY.ini said I had it under c:\mysql ....and I had it under
another folder altogeather....
For simplicity sake, I just copied the files from my current folder to
the specified by my.ini
This got me the access I wanted....
Very happy...
Hope this helps....
Regards Justin(James)HORT
From New Zealand, Palmy
posted on 2007-07-03 19:41
EricWong 閱讀(15934)
評論(5) 編輯 收藏 所屬分類:
Sql server