Start these two windows services manually may fix this problem.
- Secondary Logon
- Software Protection
 
 Start these two windows services manually may fix this problem.
Backup
Backup a certain database;
 $ mysqldump -u dbUser -p dbName > dbBackup.sql;
Backup a certain table;
 $ mysqldump -u dbUser -p dbName tableName > dbTableBackup.sql;
Backup all the databases;
 $ mysqldump -u dbUser -p --all-databases > allDbBackup.sql;
Optional parameters:
 -lock-all-tables
 -quick
 -complete-insert
 -no-create-db
 -no-create-info
Lovely music video, yes, life is wonderful.
