Thread
:
export - import MySql dbase ?
View Single Post
10-29-2004, 10:11 AM
Varius
Confirmed User
Industry Role:
Join Date: Jun 2004
Location: New York, NY
Posts: 6,890
Quote:
Originally posted by PantieZ
how can i do this ?
Easiest method is to use mysqldump to export it. Then you can sue that file for import....example:
mysqldump -h -u -p (put your values) db_name > file.sql
mysql -h -u -p db_name < file.sql
__________________
Skype
variuscr
-
Email
varius AT gmail
Varius
View Public Profile
Find More Posts by Varius