Home > Database > Mysql Tutorial > 重装操作系统后mysql的数据库恢复_MySQL

重装操作系统后mysql的数据库恢复_MySQL

WBOY
Release: 2016-06-01 13:44:06
Original
1403 people have browsed it

bitsCN.com 以carnumber数据库为例:
1. 备份如下文件
   data/ib_logfile0
   data/ib_logfile1
2. 备份如下文件夹(包括所有文件)  
   data/carnumber
3. 删除carnumber文件夹
4. 重新注册服务
   mysqld-nt -install
5. 启动服务
   net start mysql
6. 修改密码
   mysqladmin -uroot -pqazxsw password qazxsw
7. 连接mysql
   mysql -uroot -p
8. 建立数据库
   create database carnumber
9. 停止服务
   net stop mysql
10.拷贝如下文件到data文件夹
   ib_logfile0
   ib_logfile1
11.拷贝如下文件夹(包括所有文件) 到data文件夹
   carnumber
12.启动服务
   net start mysql
 
End.
 
xiaobin_HLJ80的专栏 bitsCN.com

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