A continuacion escribo la sintaxis para crear base de datos achievo. Por favor me pueden decir en que parte estoy cometiendo un error?
ramongol@ramongol-desktop:~$ sudo su
root@ramongol-desktop:/home/ramongol# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 38
Server version: 5.1.37-1ubuntu5.1 (Ubuntu)
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> create database achievo_1_2:
-> grant create,alter,select,insert,update,delete on achievo_1_2.*
-> to ramongol@localhost identified by siboney;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ':
grant create,alter,select,insert,update,delete on achievo_1_2.*
to ramongol@lo' at line 1
mysql>