In the process of creating an automated solution for backing up and restoring an entire MySQL server, I've come across the mysql
database which seems to contain user accounts, permissions, metadata, that kind of thing. Should this database be backed up? Will backing up and attempting to restore it break things?
I've had a heck of a time Googling for "mysql backing up mysql database" as you can imagine.