Re: Database Handling in local system to server.
Posted by: Peter Brawley
Date: October 05, 2013 12:26PM

Export with mysqldump.

Import into the other server using the source command of the mysql client if that program is available to you, otherwise with the import facility of a database manager like phpMyAdmin, HeidiSql, TheUsual &c.

Options: ReplyQuote


Subject
Written By
Posted
Re: Database Handling in local system to server.
October 05, 2013 12:26PM


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.