Click to See Complete Forum and Search --> : Transfering databases


killerasp
08-14-2001, 10:47 AM
how can i transfer a mysql database from one server to another?

goozey
08-14-2001, 03:07 PM
Dump it with the structure and data... and inserts. phpmyAdmin can do this... dump it as an sql file, then in the new one... just feed that in. I'm sure mysqladmin itself can do this too..

[ 14 August 2001: Message edited by: goozey ]