Jayz Posted November 12, 2012 Posted November 12, 2012 where can i edit the saving data in SQL? to avoid the rollback. when accidentally shutdown the server Quote
Mootie Posted November 12, 2012 Posted November 12, 2012 (edited) where can i edit the saving data in SQL? to avoid the rollback. when accidentally shutdown the server /* backup every day at 00:00:00 */ 0 0 * * * mysqldump -u root -ppassword YOUR_DATABASE > /backup/YOUR_DATABASE.sql or THIS Edited November 12, 2012 by Mootie Quote
Question
Jayz
where can i edit the saving data in SQL? to avoid the rollback. when accidentally shutdown the server
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.