如何从备份文件恢复Mysql数据库 [英] How to recover Mysql database from backup files

查看:163
本文介绍了如何从备份文件恢复Mysql数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用的VPS必须重新成像。我的DB是它的一部分,它正在备份,因为应用程序还没有在生产中。但是,有一些数据,我希望恢复它。 VPS提供商给我一个备份的图像(Ubunto Linux),它有所有的文件。

I have using VPS that had to be re-imaged. my DB was part of it and it was being backup up as the app wasn't in production yet. However, there is some data that I wish to recover on it. the VPS provider is giving me a backup of the image (Ubunto Linux) that has all the files.

有没有方法可以恢复我的数据?

Is there a way I can recover my data?

推荐答案

Ubuntu中的mysql数据文件位于 / var / lib / mysql

The mysql data files in Ubuntu are located at /var/lib/mysql

要恢复数据库,您需要:

To restore your database you need:

1)创建名为旧的新数据库

2)停止mysql服务器

3)复制旧的数据库文件 / var / lib / mysql / your_database_name / 新系统

4)启动mysql服务器

1) create new database named as old one
2) stop mysql server
3) copy old database files from /var/lib/mysql/your_database_name/ to new system
4) start mysql server

您的数据库将还原。

这篇关于如何从备份文件恢复Mysql数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆