View Single Post
Old 07-06-2006, 09:23 AM   #3 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,446
sde is on a distinguished road
to give user 'john@localhost' permission, you should login to mysql as root and execute the following command:
Code:
GRANT ALL PRIVILEGES ON dbUsername.* TO john@localhost IDENTIFIED BY 'somepassword';
__________________
Mike
sde is offline   Reply With Quote