Notes for database migration in Linux

Source: Internet
Author: User

1. You can directly download the database from a Linux server and put it under the directory of another database to complete the migration. Note the directory permission issue.
After the migration, the directory permission belongs to the root group. Here we will change it to the chown-R mysql. mysql databasename of the mysql running user.
2. After changing the IP address and password of the connection file in the program, the website still cannot be accessed normally. How can this problem be solved? Program error, cant select database
It may be because the root user in the program does not have access permissions in mysql on linux, so do the following:

Start mysql on linux to enter the client program and run the following command:
Use mysql;
Grant allprivileges on *. * to root@localhost.localdomain identified by "root Password" with grant option;

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.