windows - Can't connect to MySQL server on 'localhost' (10061) after Installation -
i installed mysql using mysql-installer-5.5.20.0.msi on windows 7. cmd window, run "mysqlshow -u root -p". asked password, returned error: "can't connect mysql server on 'localhost' (10061)" bad indication of partially failed/successful installation.
after reading page, http://dev.mysql.com/doc/refman/5.5/en/windows-troubleshooting.html, told me find error log (.err) in c:\program files\mysql\mysql server 5.5\data. directory exists there no log file.
i have feeling related tight security of windows 7, when installing unix based software. , yes, administrator on pc.
any or suggestions appreciated. , can return favor answering java , sql query questions.
this issue solve windows server users
go path c:\program files\mysql\mysql server 5.1\bin
run tool "mysqlinstanceconfig.exe"
and config instatnce again , problem solved
Comments
Post a Comment