trib4lmaniac
07-23-2004, 09:48 AM
I can't seem to add a new user to my database! I've tried it through phpMyAdmin (under privileges) and also running the query
GRANT ALL PRIVILEGES ON *.* TO 'myusername'@'%' IDENTIFIED BY 'mypassword' WITH GRANT OPTION
which returned no errors and according to phpMyAdmin the user is entered into the `users` table. But when I try to login with that name I get
Access denied for user: 'myusername@localhost' (Using password: YES)
So all I can use to login is 'root' with no password. Not very secure!
No idea what else to try :confused:
GRANT ALL PRIVILEGES ON *.* TO 'myusername'@'%' IDENTIFIED BY 'mypassword' WITH GRANT OPTION
which returned no errors and according to phpMyAdmin the user is entered into the `users` table. But when I try to login with that name I get
Access denied for user: 'myusername@localhost' (Using password: YES)
So all I can use to login is 'root' with no password. Not very secure!
No idea what else to try :confused: