CoolBreeze007
Programmer
I have installed mysql on a windows XP workstation - lets name the workstation WinXP01. I created a database named say noiseDB. I created a table in noiseDB named tblNoise. I locally connect to the database and table without problems. Basically, I can do whatever I want if I initiate the commands from the local machine. BTW: I use the free version of Toad.
Now, I tried to connect to the database remotely but I get the following error: Access denied for user 'username'@'%' to database 'dbnoise'. username has access as follows:
GRANT USAGE ON *.* TO 'username' @'%' IDENTIFIED BY PASSWORD '*041152D5E9BDECA243435800EACDF7ACEC5B6529';
GRANT ALL PRIVILEGES ON `noisedb`.* TO 'username' @'%';
I also use the free version of Toad to access the remote database.
I would appreciate any help.
Now, I tried to connect to the database remotely but I get the following error: Access denied for user 'username'@'%' to database 'dbnoise'. username has access as follows:
GRANT USAGE ON *.* TO 'username' @'%' IDENTIFIED BY PASSWORD '*041152D5E9BDECA243435800EACDF7ACEC5B6529';
GRANT ALL PRIVILEGES ON `noisedb`.* TO 'username' @'%';
I also use the free version of Toad to access the remote database.
I would appreciate any help.