backup database
Posted: Fri Oct 04, 2002 4:36 am
i had used the following command to backup MySQL database.
the database name is Test.
>mysqldump --opt Test > DB.sql
is works. But how can i backup the database in my desire location.
i had try the following command but csn't get through.
>mysqldump --opt Test > C:\Documents and Settings\User\My Documents\DB.sql
please help...
the database name is Test.
>mysqldump --opt Test > DB.sql
is works. But how can i backup the database in my desire location.
i had try the following command but csn't get through.
>mysqldump --opt Test > C:\Documents and Settings\User\My Documents\DB.sql
please help...