mysql> CREATE DATABASE csttrainrep
-> ;
ERROR 1044: Access denied for user: '@localhost' to database 'csttrainrep'
mysql> GRANT ALL ON csttrainrep. TO helen
-> ;
ERROR 1064: 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 'TO helen' at line 1
mysql> GRANT ALL ON csttrainrep.* TO helen;
ERROR 1044: Access denied for user: '@localhost' to database 'csttrainrep'
mysql>



how do i change this?



-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to