View Single Post
  #12  
Old 09-05-2003, 09:35 AM
Guest
 
Posts: n/a
Default

Quote:
C:\mysql\bin>mysql -u root
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 5 to server version: 4.0.12-nt

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> GRANT ALL PRIVILEGES ON *.* to '%'@localhost IDENTIFIED BY '%';
Query OK, 0 rows affected (0.00 sec)

mysql>
*shrug* ... it works for me :(

EDIT: Copy and paste this

GRANT ALL PRIVILEGES ON *.* to '%'@localhost IDENTIFIED BY '%';

into mysql and see if that works
Reply With Quote