mysql数据库迁移目录后slave报错
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql数据库迁移目录后slave报错相关的知识,希望对你有一定的参考价值。
使用source /sql文件 导入数据库时,文件太大导致了超时。
后面使用scp -r 拷贝整个目录过去,启动slave报错。后来写了个脚本,批量修复:
#!/bin/sh
/usr/local/mysql/bin/myisamchk -of ./sundiszuzx/$1
/usr/local/mysql/bin/myisamchk -r ./sundiszuzx/$1
/usr/local/mysql/bin/myisamchk --safe-recover ./sundiszuzx/$1
以上是关于mysql数据库迁移目录后slave报错的主要内容,如果未能解决你的问题,请参考以下文章
数据库迁移后报错提示MySQL Error:Can''t find file errno: 13 - Permission denied的解决方法