Thread
:
help with php login script
View Single Post
07-06-2006, 09:23 AM
#
3
(
permalink
)
sde
Moderator
Join Date: May 2002
Location: us.ca
Posts: 4,446
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
View Public Profile
Visit sde's homepage!
Find More Posts by sde