If you’re moving or copying MySQL Binary files be sure to do the following:
- myisamchk –silent /path/to/mysql/data/files/*/*.MYI (check integrity)
- chown -R mysql:mysql /path/to/mysql/datafiles
- chmod -R 0660 /path/to/mysql/datafiles
Advertisement
If you’re moving or copying MySQL Binary files be sure to do the following: