Try:
Code:
GRANT ALL ON *.* TO yourusername@IP IDENTIFIED BY 'yourpassword';
For example, let's say your username is equser, your IP is 192.168.0.5, and your password is trickey. You'd enter:
Code:
GRANT ALL ON *.* TO equser@192.168.0.5 IDENTIFIED BY 'trickey';