How can we rename the database name in MySQL 5.0

后端 未结 5 1021
情话喂你
情话喂你 2021-02-07 21:41

I am using MySQL 5.0.

I have created a database named accounts, but now I want to change the database name to FinanceAccounts.

5条回答
  •  梦毁少年i
    2021-02-07 22:11

    To Rename MySQL Database name follow the following steps:

    1) Click the database name 
    
    2) Click at Operations from the top menu
    
    3) Type new database name Under Rename database to:
    

提交回复
热议问题