Search code examples
mysqldatabaseschemamysql-workbench

Cannot alter schema name in MYSQL 5.5 w/ MYSQL Workbench


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


Solution

  • 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.