MySQL database storage path change

Thursday, Oct 25, 2018 | 1 minute read | Updated at Thursday, Oct 25, 2018

@

Mysql data storage path modification /

Find the Mysql configuration file

find / -name 'my.cnf'

Edit the following code

datadir = /data/mysql

/data/mysql is the new path directory for mysql data storage.

Copy the original data to the new directory

cp -R /var/data/mysql/* /data/mysql

tips:you should be stop mysql service first

© 2018 - 2026 vpslala

🌱 Powered by Hugo with theme Dream.