Microsoft
Software
Hardware
Network
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
Here is a nice explanation:
http://www.thegeekstuff.co
m/2008/09/
backup-and
-restore-m
ysql-
datab
ase-using-
mysqldump/
1:
mysql -u backupadmin -p fdes < c:\Fdes.sql
Open in New Window
Select All
Random Solutions
Remote host said: 550 You are not allowed to send mail
To remove backup replica server completely from public folders
I cannot seem to run MomAdAdmin.exe succesfully against my DCs.
Entity Relationship model tools
Using MS DataGrid in Microsoft Access 2002/2003
Can't get integrated authentication to work in Exchange FE/BE deployment
Use logged in user credentials to login to Terminal Services 2008?
Unable to receive or send message from this particular domain
DateTime and Varchar
In Powershell, need to find way to grab all computer names from a given AD OU