Re: How to Restoring The Database in My Sql.
Restoring the database depends on the technique you used to back it up in the first place.
If you've previously exported the database from Workbench, you can import from the Data Export/Restore page of the Server Administration module:
http://dev.mysql.com/doc/workbench/en/wb-manage-server-import-from-disk.html
If you used mysqldump to create a .sql file, you can run that as a script from the SQL Development module.
Subject
Views
Written By
Posted
3273
February 12, 2013 11:32PM
Re: How to Restoring The Database in My Sql.
2195
February 13, 2013 06:36AM
1877
February 26, 2013 02:04AM
1943
April 01, 2013 05:08AM
1582
April 24, 2013 11:34AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.