Home >Database >Mysql Tutorial >如何远程修复损坏的mysql数据库

如何远程修复损坏的mysql数据库

WBOY
WBOYOriginal
2016-06-07 18:08:111294browse

当 mysql数据库 出现错误需要修复时,可以用mysqlcheck这个命令修复 点击开始-运行,输入 c:\mysqlcheck-r-u用户名-p数据库密码-h服务器地址数据库名 回车即可,如: c:\mysqlcheck-r-udemo-pdemo-h218.89.170.62demo

当mysql数据库出现错误需要修复时,可以用mysqlcheck这个命令修复
点击开始-运行,输入

c:\mysqlcheck -r -u用户名 -p数据库密码 -h服务器地址 数据库名

回车即可,如:

c:\mysqlcheck -r -udemo -pdemo -h218.89.170.62 demo
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:PHPmyadmin使用教程Next article:MYSQL使用图文教程