Importing data from one database to another

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
basudeb
Forum Commoner
Posts: 44
Joined: Wed Dec 20, 2006 12:13 am

Importing data from one database to another

Post by basudeb »

I have a database with hughe datas. I also have another new database in another server with matching the database schema of old one. I want to import the datas from the first database to the second database. The two database are in different server.
Paul Arnold
Forum Contributor
Posts: 141
Joined: Fri Jun 13, 2008 10:09 am
Location: Newcastle Upon Tyne

Re: Importing data from one database to another

Post by Paul Arnold »

Do you have a way to export your database as an SQL file?
basudeb
Forum Commoner
Posts: 44
Joined: Wed Dec 20, 2006 12:13 am

Re: Importing data from one database to another

Post by basudeb »

Actually it has too data so that can not generate the sql file.
Post Reply