Tag: mysql
All the articles with the tag "mysql".
-
Automatic backup of docker Mysql or MariaDB container
Automate MySQL/MariaDB backups from a running Docker container using cron and mysqldump — no downtime, no excuses for losing your data.
-
Repair & Optimize all Mysql Databases one liner
Repair and optimize all MySQL databases at once with mysqlcheck — a one-liner that runs on every table without logging into MySQL.
-
Mysql CLI basics
Connect to MySQL from the command line, run queries, manage databases and users, import/export dumps — the basics you keep Googling.