Some operational requirements.
As we are using mainly InnoDB as table format, you cannot just copy the table files from filesystem. You cannot restore from such backups, your database will be most certainly corrupted.
It is required to make database dumps with mysqldump or some other tool that can keep the database consitent.