Home > Database > Mysql Tutorial > body text

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

WBOY
Release: 2016-06-07 18:08:11
Original
1211 people have browsed it

当 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
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!