Cannot alter schema name in MYSQL 5.5 w/ MYSQL Workbench

GrayFullBuster picture GrayFullBuster · Dec 4, 2012 · Viewed 24.4k times · Source

Why I cannot alter my schema name from the MYSQL Workbench? Am i missing something? :(

As you can the name is dissabled

enter image description here

Answer

Gavin Towey picture Gavin Towey · Dec 4, 2012

There is no RENAME available for schema names. You will have to export the schema, then import with a new database name.

This is a limitation of the MySQL server itself.