Comments - Failed to not validate first page of the file mysql/innodb_table_stats, error 42

3 years, 3 months ago Jeong-eun Noh

Hi. Thanks for your reply.

And, Yes. I replaced them. What happened in order from installation....

1. yum install maria-server maria-client (I created MariaDB.repo file for version)
2. Edited server.cnf file.
[mysqld]
datadir = {new datadir}
innodb_data_home_dir={new innodb_data_home_dir}
innodb_log_group_home_dir={new innodb_log_group_home_dir}
3. cp -R /var/lib/mysql/* /data/{new datadir}
4. mariabackup failed. Then I rollback server.cnf. But mariabackup was still failed.

DB server is still in running. So I thought it's OK. But, it's not OK now. Because DB backup was failed. Did I muff it?

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.