View Single Post
Old 07-15-2002, 09:51 PM  
Big E
Registered User
 
Industry Role:
Join Date: Mar 2002
Location: San Diego, CA
Posts: 935
mysqldump [db_name] > some_file

move 'some_file' to new server

myqladmin create [db_name]
mysql [db_name] < some_file

pretty simple..
Big E is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote