Bug #50024 | Workbench cannot connect over VPN (but CLI can) | ||
---|---|---|---|
Submitted: | 2 Jan 2010 8:27 | Modified: | 19 Feb 2010 13:02 |
Reporter: | Jesse Pinho | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Workbench | Severity: | S1 (Critical) |
Version: | 5.2.11 Beta | OS: | MacOS (10.6 (Snow Leopard)) |
Assigned to: | CPU Architecture: | Any | |
Tags: | connection problem, error 4, vpn |
[2 Jan 2010 8:27]
Jesse Pinho
[2 Jan 2010 8:27]
Jesse Pinho
embedded in the program*
[5 Jan 2010 8:37]
Susanne Ebrecht
Please give me out from: SHOW CREATE TABLE mysql.user; SHOW VARIABLES LIKE '%char%'; Additionally I need to know if your user and/or password is using signs that aren't letters from English alphabet.
[5 Jan 2010 13:54]
Jesse Pinho
Susan, I assume you meant to issue these commands via the command line, not via Workbench (since I can't even connect via Workbench)? Here's what I got: mysql> show create table mysql.user; ERROR 1142 (42000): SELECT command denied to user 'root'@'10.0.0.115' for table 'user' mysql> show variables like '%char%'; +--------------------------+----------------------------+ | Variable_name | Value | +--------------------------+----------------------------+ | character_set_client | latin1 | | character_set_connection | latin1 | | character_set_database | latin1 | | character_set_filesystem | binary | | character_set_results | latin1 | | character_set_server | latin1 | | character_set_system | utf8 | | character_sets_dir | /usr/share/mysql/charsets/ | +--------------------------+----------------------------+ My password has only alphanumeric characters.
[14 Jan 2010 6:28]
Susanne Ebrecht
SELECT command denied to user 'root'@'10.0.0.115' for table 'user' There already we have the problem. Your root@10.0.0.115 don't has enough rights. You need to do something like this: GRANT ALL on *.* to root@10.0.0.115 first. But consider, you need to do this with a root user that already has GRANT OPTIONS. The user root@10.0.0.115 has no super user rights at all. Consider, in MySQL root@10.0.0.115 is not the same user then root@localhost or even root@10.0.0.11. These are three different users.
[14 Jan 2010 21:07]
Jesse Pinho
Yes, but then why does GUI Tools work? Also, we had already done GRANT ALL for the user root@*.*, so I'm not sure why it's giving me that error. I tried putting root@10.0.0.11 as the username, but this didn't fix the problem.
[19 Jan 2010 13:02]
Susanne Ebrecht
root@10.0.0.115 isn't granted not root@10.0.0.11.
[20 Feb 2010 0: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".