Is RENAME DATABASE no longer available in MySQL?

If so, what is the workaround? I have a real need for this. Thank.

+3
source share
3 answers

Dump the existing database and import into a new one.

+2
source

Yes, it has been deleted, and also refers to Michael's answer above.

http://dev.mysql.com/doc/refman/5.1/en/rename-database.html

+2
source

All Articles