View Single Post
  #5  
Old 03-27-2004, 09:12 AM
corylovely2002
Fire Beetle
 
Join Date: Mar 2004
Posts: 4
Default

Well, I reinstalled mysql and it still didn't work. So I tried that grant priveleges thing and I get this response back.

Code:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 19 to server version: 4.0.18-nt

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

mysql> GRANT ALL PRIVELEGES ON *.* TO admin@localhost IDENTIFIED BY 'pass' WITH
GRANT OPTION;
ERROR 1064: You have an error in your SQL syntax.  Check the manual that corresp
onds to your MySQL server version for the right syntax to use near 'PRIVELEGES O
N *.* TO admin@localhost IDENTIFIED BY 'pass' WITH
mysql>
I don't know what any of that means, this is my first time using mysql and so far I don't like it