私のデータベース名は(小文字)SPM
に変更したいのですが。spm
使ってみました
RENAME DATABASE SPM TO spm;
、しかし、次のエラーメッセージが表示されます。
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
私のサーバーバージョン:5.0.45