Bug #78002 | No configured login info, yet mysql cannot connect | ||
---|---|---|---|
Submitted: | 10 Aug 2015 4:13 | Modified: | 11 Aug 2015 15:15 |
Reporter: | Stephen Isienyi | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.6.26 | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | error 2003 |
[10 Aug 2015 4:13]
Stephen Isienyi
[10 Aug 2015 11:39]
Chiranjeevi Battula
Hello Stephen Isienyi, Thank you for the bug report. I could not reproduce this issue at my end using MySQL installation. Could you please list out exact steps you tried out at your end, this would help us to reproduce the issue at our end. MySQL installation manual: https://dev.mysql.com/doc/refman/5.6/en/windows-install-archive.html Thanks, Chiranjeevi.
[10 Aug 2015 11:39]
Chiranjeevi Battula
Results: 1. Run your cmd as administrator. 2.What you will see is like this c:\windows\system32> 3.Go to your bin location like D:\MySQL\5.6.26\bin (in my case) D:\MySQL\5.6.26\bin>mysqld --install Service successfully installed. D:\MySQL\5.6.26\bin>net start MySql The MySQL service is starting. The MySQL service was started successfully. D:\MySQL\5.6.26\bin>mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 Server version: 5.6.26 MySQL Community Server (GPL) Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql>
[10 Aug 2015 18:50]
Stephen Isienyi
Hi Chiranjeevi Battula, Please take a look below at the retrial steps running as admininstrator. Thanks, Stephen Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Windows\system32>cd C:\mysql-5.6.26\bin C:\mysql-5.6.26\bin>mysqld --install The service already exists! The current server installed: C:\mysql-5.6.26\bin\mysqld MySQL C:\mysql-5.6.26\bin>net start MySql The requested service has already been started. More help is available by typing NET HELPMSG 2182. C:\mysql-5.6.26\bin>mysql -u root -p Enter password: ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10060) C:\mysql-5.6.26\bin>
[10 Aug 2015 22:59]
Stephen Isienyi
I uninstalled the service and the service, and used the installer instead. Now I am getting this error: configuration of mysql 5.6.26 is taking longer than expected. Do you want to continue waiting or cancel the configuration? If you keep waiting you may get this message again. Is there a way to correct this? What could be the consequences if I choose to cancel the configuration process? Thanks
[11 Aug 2015 6:19]
Chiranjeevi Battula
Hello Stephen Isienyi, Thank you for your feedback. This is duplicate of Bug #76476, please see Bug #76476 Thanks, Chiranjeevi.
[11 Aug 2015 15:15]
Stephen Isienyi
None of those suggestions on those threads fixed the issue. One of them (see link below) is so off-beaten that if I am the maker of this software, I would be forced to either revamp this software in its totality or scrap it. http://stackoverflow.com/questions/26970454/mysql-configuration-stops-at-starting-server/2...