我的数据库名称是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