Which command will make a backup on the whole database except the tables sessions and log?
Correct Answer: mysqldump db_name --ignore-table db_name.sessions db_name.log > backup.sql
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More MySQL MCQ Questions