Mysql database simple reply

Source: Internet
Author: User

Bin/mysql-uroot-hlocalhost-p db53418_teamone </root/ID30245623/db53418_teamone. SQL

1. If table engine is MyISAM, you only need to modify the folder name under the DATA Directory.
2. If your table engine is innodb, you cannot change the folder of the database name! But it is also very simple, you can do it in three steps, for example, I want to change the name of the test database to zhang,
1) create database zhang;
2) mysqldump-uroot-p 'Password' test> test. SQL
3) mysql-uroot-p 'Password' zhang <test. SQL
The above three steps are all done! Easy!

Author "cabbage"

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.