Viewing 2 replies - 1 through 2 (of 2 total)
  • Delete them in your CPanel.

    If you have access to a shell ..login into MySQL using:

    mysql -u<username> -p

    Where <username> is your username and enter the password when prompted.
    Then:

    MySQL> drop database <database name>;

    This will delete the database. You can then create a new database with:

    MySQL> create database <database name>;

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Deleting MySQL Databases?’ is closed to new replies.