Cannot alter schema name in MYSQL 5.5 w/ MYSQL Workbench

database, mysql, mysql-workbench, schema

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.

Problem

Why I cannot alter my schema name from the MYSQL Workbench? Am i missing something? :( As you can the name is dissabled

Original source