Why I cannot alter my schema name from the MYSQL Workbench? Am i missing something? :(
As you can the name is dissabled
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.