View Single Post
  #5  
Old 12-11-2002, 08:10 AM
bobmook
Sarnak
 
Join Date: Dec 2002
Posts: 37
Default

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
Reply With Quote