i want to shift my database from one site to another . how i have to proceed. can anybody help me.

Recommended Answers

All 4 Replies

You can do with phpMyAdmin. Export the database from old site and import it into the new one.

how i have to export and import from old to new . it may be simple but sorry i dont know will u pls give me some idea

In phpmyadmin of your old server, click the export link and you have a few checkbox at the right hand column which you can export "Structure" and "Data". Checked both boxes and also the checkbox at the bottom (Save as file) and click Export. You will prompt to save it to a location in your harddisk.

Go to your new server and its phpmyadmin interface. Click the SQL tap and enter all the code your export from the old server to the text box. Click and you will get a message showing the result of the query.

//

thank u very much

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.