Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
As null pointer said, but don't forget neither that you have to specify from where you want to connect into mysql too.
Default is "localhost" only, but you can give an ip, or a reverse dns name
Code:
grant all on dbName.* to username@client_machine_ip with password 'mySuperSecretPassword';
Otherwise, you will have a secured channel, but the server will refuse the connection of your user.
__________________
Only a biker knows why a dog sticks his head out the window.
|