After installing the MySQL database using the rpm installation method, the default path for the data files is /var/lib/mysql. However, the root directory is not suitable for storing data files. Original path: /var/lib/mysql Target path: /home/mysql_data/mysql Linux system version: centos7.6 MySQL database version: 5.7.25 step: 1. Create a target path 2. Shut down MySQL 3. Copy data files 4. Modify the configuration file /etc/my.cnf Change the original paths in datadir and socket to the target paths datadir=/home/mysql_data/mysql socket=/home/mysql_data/mysql/mysql.sock 5. Start MySQL service NOTE: 1. The error is as follows:
solve: Execute the command: Restart again 2. The error is as follows: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' solve: Modify the configuration file my.cnf and add or modify the following configuration: [client] socket = /home/mysql_data/mysql/mysql.sock Summarize The above is what I introduced to you about modifying the MySQL database data file path under Linux. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Vue Basics Introduction: Vuex Installation and Use
>>: Methods and steps for deploying go projects based on Docker images
As a software developer, you must have a complete...
usemap is an attribute of the <img> tag, use...
Table of contents Scenario: The server database n...
W3C recently released two standards, namely "...
1. CSS background tag 1. Set the background color...
1. Description Earlier we talked about the instal...
Proxying multiple 302s with proxy_intercept_error...
Introduction The mysql-utilities toolset is a col...
Table of contents 1. Reverse proxy preparation 1....
Overview Indexing is a skill that must be mastere...
1. Create and run a container docker run -it --rm...
This article uses examples to explain the concept...
Preface MySQL supports many types of tables (i.e....
When we add borders to table and td tags, double ...
Table of contents Preface Fix infinite loop in fo...