Bug #70283 | MySQL Workbench wont connect to MySQL server | ||
---|---|---|---|
Submitted: | 10 Sep 2013 4:57 | Modified: | 1 May 2014 17:28 |
Reporter: | Max Mudu | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Workbench | Severity: | S2 (Serious) |
Version: | MySQL 5.5.32-0ubuntu0.13.04.1 | OS: | Linux (Ubuntu 13.04) |
Assigned to: | CPU Architecture: | Any | |
Tags: | 127.0.0.1, innodb, localhost, myisam, MySQL Workbench, root |
[10 Sep 2013 4:57]
Max Mudu
[10 Sep 2013 10:05]
MySQL Verification Team
Thank you for the bug report. Are you tried local socket as connection method?. Thanks.
[11 Oct 2013 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[12 Jan 2014 20:19]
Paven Andra
Hello! I get the same error: GRTDispatcher]: exception in grt execute_task, continuing: Exception: Access denied for user 'root'@'localhost' (using password: NO)Launching SQL IDE Is the second time that this happens to me, I re-installed MySql and after that it worked about two months, now I get it again... should I get another version of MySql Workbench? Thanks! Luana
[13 Jan 2014 20:49]
Max Mudu
I remember to have too many schemas and the Workbench was not able to cope with all of them. I had some MYISAM and INNODB schemas. I removed all the old MYISAM as I was migrating to INNODB and then it worked. You may want to reduce the number of schema that exists when starting the Workbench.
[24 Feb 2014 16:00]
MySQL Verification Team
Please try version 6.0.9 or 6.1.1. Thanks.
[25 Feb 2014 22:10]
Jesse Duce
Happens with Workbench 6.0.9 for me as well on Mac, however, it still lets me connect successfully. It's not a nefarious error, but it seems like some kind of "default". Funny enough, I reset the password for root to nothing and I do not get the error. This additional connection attempt seems like it should not be in the code. 17:33:12 [INF][ SSH tunnel]: Starting tunnel 17:33:12 [INF][ SSH tunnel]: Existing SSH tunnel not found, opening new one 17:33:12 [INF][ SSH tunnel]: Opening SSH tunnel to poc-mysql3-ep.tops.gdi 17:33:16 [INF][ SSH tunnel]: TunnelManager.wait_connection returned OK 17:33:16 [INF][ SSH tunnel]: SSH tunnel connect executed OK 17:33:16 [ERR][ GRTDispatcher]: exception in grt execute_task, continuing: Exception: Access denied for user 'root'@'127.0.0.1' (using password: NO)
[6 Mar 2014 1:45]
Alfredo Kojima
Is sounds like the cmdline client is connecting via socket, while WB is trying to connect to the TCP port, because it can't find the socket path (different defaults). Find out what's the socket path the cmdline client is connecting to (connect with it and then run select @@socket) and use that path to setup a Socket based connection to localhost
[6 Mar 2014 1:50]
Alfredo Kojima
Is sounds like the cmdline client is connecting via socket, while WB is trying to connect to the TCP port, because it can't find the socket path (different defaults). Find out what's the socket path the cmdline client is connecting to (connect with it and then run select @@socket) and use that path to setup a Socket based connection to localhost
[1 Apr 2014 17:28]
MySQL Verification Team
Please try what Alfredo asked. Thanks.
[2 May 2014 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".