简体   繁体   中英

How to restore specific table from previous backup in mysql

I'am a beginner in mysql. I accidentally deleted some row from a specific table in mysql for which I have luckily kept backup in .sql file, So now how can I restore those deleted row of specific table in mysql, im using MySQL Administrator and Query browser to access database and database is install in a seperate ubuntu server.

Thanks.

mYou can find in this post the inforation you need to import your .sql file

Using the MySQL Query Browser, connect to your MySQL Server.
From the Schemata panel, select the database you intend to add the new database table to.
Choose File > Open Script.
Navigate to the .sql file you wish to import.
Click Open.
Select Execute.
Confirm that the new database table appears in the Schemata panel.

THis is an old post on stackoverflow: Import database from sql file

I hope this will help you!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM