[root@moodle ~]# mkdir /backup
[root@moodle ~]# cp -r /var/lib/mysql /backup
[root@moodle mysql]# mysqldump -uroot -p123qwe --all-databases > /backup/all-database.sql -- Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.