ALTER USER kalyan CREATEDB;
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 'CREATEDB' at line 1
ALTER USER kalyan CREATEDB;
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 'CREATEDB' at line 1
delete your database if you have data inside db. If you have data, back it up. Otherwise, fix the sql code of the table.