Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to migrate data to mysql?

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

How to migrate data to mysql? I believe that many novice rookies have not yet learned this skill, through the summary of this article, I hope you can learn mysql data migration. The following information is about the steps of mysql data migration.

1 suspension of service

/ etc/init.d/mysqld stop

Ls / var/lib/mysql/

2 change the configuration

Vi / etc/my.cnf

Datadir=/data/mysql

3 move data

Rsync-a / var/lib/mysql / data

Hown-R mysql:mysql / data

4 start

/ etc/init.d/mysqld start

# Startup failure error report is as follows

200303 10:37:11 mysqld_safe Starting mysqld daemon with databases from / data/mysql

200303 10:37:11 [Warning] Can't create test file / data/mysql/logserver2.lower-test

200303 10:37:11 [Warning] Can't create test file / data/mysql/logserver2.lower-test

/ usr/libexec/mysqld: Can't change dir to'/ data/mysql/' (Errcode: 13)

200303 10:37:11 [ERROR] Aborting

200303 10:37:11 [Note] / usr/libexec/mysqld: Shutdown complete

200303 10:37:11 mysqld_safe mysqld from pid file / var/run/mysqld/mysqld.pid ended

Change the selinux configuration to return to normal

Getenforce

Setenforce 0

Vi / etc/selinux/config

The above are the steps of mysql data migration, and the detailed usage needs to be used by yourself. If you want to know more about it, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report