Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copy Database

Status
Not open for further replies.

nicsin

Programmer
Jul 31, 2003
743
GB
Hi all,

I am about to start a project involving a MySql database. What I would like to know is if I develop the database on my development PC, will I be able to copy it on the server when the application will be ready for deployment? Or will I have to create a new database on the server and run all the scripts all over again?

Thanx for your input
 
Just run mysqldump and re-import the database on the new server.

Bye


Qatqat

Life is what happens when you are making other plans.
 
I believe that would do it! Thanx very much
 
alternatively if u use raphical to9ols like PhpMyAdmin, MtSql-Front for create database and tabels and quata plus ide for uploading the scripts



[ponder]
----------------
ur feedback is a very welcome desire
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top