Friday, January 13, 2006

MySQL commands

1. Dumping from a database to a file:
mysqldump -u user_name -p db_name > file.sql
It will ask for a password

0 Comments:

Post a Comment

<< Home