Jump to content

MySQL GUI Tools Username Problem


SeanFromIT

Recommended Posts

Does anyone know how to stop the MySQL GUI tools from adding @yourhostname to the username that you type in the prompt?

Example: I type in correct username "user"

MySQL GUI Tools Connection errors out saying "user@ip.verizon.city.etc denied"

The denial is coming from the fact that it's adding @blahblah to my username.
Link to comment
Share on other sites

[quote]The denial is coming from the fact that it's adding @blahblah to my username.[/quote]

No it's not, the problem is that your MySQL user table does not match the user. MySQL will always include @remote_host in the error or connection information. It has nothing to do with the real problem. If you setup a user, and that user is going to connect remotely, then you need to set the 'user' [b]Host[/b], to the [b]IP[/b] that will be connecting to the MySQL server. If the [b]IP[/b] is dynamic, or could change, then use [code]%[/code] a percent sign in the MySQL 'user' table column [code]Host[/code]. So any IP can connect, as long as they know the correct username and password!


printf
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.