52 articles
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/mys...
Wednesday, Oct 24, 2018
mysql数据存储路径修改/ 查找Mysql配置文件 find / -name 'my.cnf' 编辑以下代码 datadir = /data/mysql /data/mysql为mysql数据存储的新路径目录。 复制原来的数据到新目录 cp -R /var/data/mysql/ /data/my...