Page 1 of 1
how to transfer database from one computer to another
Posted: Tue Mar 30, 2004 9:14 am
by tanveer
hi all
how to transfer a database from my computer to my friends computer.
Posted: Tue Mar 30, 2004 9:29 am
by JAM
Various of ways... I think that it is possible to do by using phpMyAdmin (only needed at your own computer). Not tested, but should work.
You can also use a 3rd part software, as
http://www.mysqlfront.de/ .
And the really basic suggestion is to export/dump the table structure's and data to a cvs-file or similiar, then use that to import the same into the other database.
Hope that helps some.
Posted: Tue Mar 30, 2004 10:10 am
by magicrobotmonkey
or i think you can just find the files and copy them
Posted: Tue Mar 30, 2004 12:31 pm
by amithn12
IF u are using mysql, there is third party toll called mysql front, u can download that, there is some option like export tables in that, u can export the tables to where ever u want, and then import it in u r friends place. All u have to do is create a databse name and import the tables to that database.
[Edit: Did you read my post? --JAM]