How can I change database name in mysql ?
My Database name is SPM and I want to change it to spm(small letters)
I tried using
RENAME DATABASE SPM TO spm;
and am getting following error message: 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 'DATABASE SPM to spm' at line 1
MY Server version: 5.0.45