Changing Database Names

You can change the name of a database at any time.

To change a database's name:

  1. Click the Shortcuts tab on the Home page.
  2. In the shortcuts area, click MySQL Administration Tool (MySQL section).
  3. In the MySQL submenu, click List Databases. The MySQL Databases form opens.
  4. Click in the Actions column next to the database whose name you want to change. The Rename MySQL Database form opens.
  5. Rename the database.

    Note: The prefix of the database cannot be changed.

    Important: Database names should not exceed the maximum limit of 64 characters, inclusive of the prefix. For example, if your database prefix is 30 characters long, you must restrict the name of your database to a maximum of 30 characters, to conform to the limit (64). Four characters are reserved for internal use.

  6. Click Save.

    On successful renaming, an appropriate message appears in the Status panel.