Question : MYSQL backup and restore

all this while, I'm using below command to backup my database, and so far we never had any restoration, if we have to make point in time restoration, how should we do this ???


C:\Program Files\MySQL\MySQL Server 5.0\bin>mysqldump -u backupadmin -p fdes > c:\Fdes.sql
Enter password: ***********

Answer : MYSQL backup and restore

1:
mysql -u backupadmin -p fdes < c:\Fdes.sql
Open in New Window Select All
Random Solutions  
 
programming4us programming4us