MySQL Forums
Forum List  »  Backup

restoring a database
Posted by: Malavika Krishnaswamy
Date: October 05, 2011 07:11AM

Hi,

I have an application that runs on a mysql database. I need to replace the database with another newer version database which is going to have the same name . I am planning to run the command mysql -u username -p -h localhost < database.sql. I am not sure what will happen to the front end of the application when this command is running. It is basically going to replace the database which the application is currently using. will I not be able to use the application at that time? Also will it overwrite all the existing tables/database.

Options: ReplyQuote


Subject
Views
Written By
Posted
restoring a database
2438
October 05, 2011 07:11AM
979
October 09, 2011 11:14AM


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.