Bug #61097 RENAME schema functionality
Submitted: 9 May 2011 10:07 Modified: 10 May 2011 3:37
Reporter: Daniël van Eeden Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S4 (Feature request)
Version:5.2.33 OS:Any
Assigned to: CPU Architecture:Any

[9 May 2011 10:07] Daniël van Eeden
Description:
MySQL doesn't have rename functionality for schemas (Bug #58592).

MySQL Workbench should create an easy way to perform this action.

How to repeat:
See Description.

Suggested fix:
1. Create empty schema with the new name.
2. use ALTER TABLE to 'move' the tables
3. drop the old schema.
[10 May 2011 3:37] Valeriy Kravchuk
Thank you for the feature request.
[27 Jun 2011 3:31] Valeriy Kravchuk
Bug #61648 was marked as a duplicate of this one.