| 
 That sounds to me like you need to do the grant all rights thingie mentioned in other posts. I've copied what is below from one of Xarslick's posts.............
 
 
 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';
 
				__________________freedom and whiskey
 |