MySQL Data Catalog Replacement

Source: Internet
Author: User

MySQL default data file storage directory is/var/lib/mysql, if you want to move the directory to the/data need to take the following steps:

1. Set up data Directory

mkdir data

2. Stop MySQL Service

Service Mysqld Stop

3. Move/var/lib/mysql Entire directory to/data
mv/var/lib/mysql/data/

4. Modify the MY.CNF configuration file

Vim/etc/my.cnf

5. Restart MySQL Service

Service mysqld Start

Issue: ERROR 2002 (HY000): Can ' t connect to local MySQL server through socket '/var/lib/mysql/mysql.sock ' (2)

Workaround: Add the [MySQL] field in/etc/my.cnf to specify the location of the socket to the location after our transfer

MySQL Data Catalog Replacement

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.