i got this mesage when creating a database for twig, I just followed the instruction 
in twig manual on how to create a database  but resulted to this

[EMAIL PROTECTED] mysql]# mysql -u root mysql
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 6 to server version: 3.23.41

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

mysql> CREATE DATABASE maildb;
Query OK, 1 row affected (0.00 sec)

mysql> GRANT ALL PRIVELEGES ON *.* TO toto IDENTIFIED BY mikaela02;
ERROR 1064: You have an error in your SQL syntax near 'PRIVELEGES ON *.* TO toto 
IDENTIFIED BY mikaela02' at line 1
 

Reply via email to