View previous topic :: View next topic |
Author |
Message |
jonleow -
Joined: 29 Apr 2004 Posts: 48
|
Posted: Sun May 30, 2004 10:37 pm Post subject: a simple questions...clear my doubts once and for all |
|
|
In the phpmyadmin, how do you add a new user with a new password? I always get an error everytime i try to attempt to do it. I would click 'add new user' and enter the username and password, and when I click on 'go', I got this error message:
Server localhost
Error
SQL-query :
GRANT ALL PRIVILEGES ON * . * TO "booker"@ "localhost"IDENTIFIED BY "*******"WITH GRANT OPTION MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 ;
MySQL said:
#1045 - Access denied for user: '@localhost' (Using password: NO) |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Tue Jun 01, 2004 5:20 am Post subject: |
|
|
In phpMyAdmin, you must be logged in with root to do these kinds of things. Check the config.inc.php file. _________________ Bienvenidos! |
|
Back to top |
 |
 |
jonleow -
Joined: 29 Apr 2004 Posts: 48
|
Posted: Tue Jun 01, 2004 7:39 am Post subject: |
|
|
thank for the rply..think i solved it somehow |
|
Back to top |
|
 |
|