News

Whether you're running a LAMP stack on Ubuntu or CentOS, you need to back up your MySQL databases. Learn how to do this with the help of the mysqldump command.
kubernetes-s3-mysql-backup kubernetes-s3-mysql-backup is a container image based on Alpine Linux. This container is designed to run in Kubernetes as a cronjob to perform automatic backups of MySQL ...
About MySQL database backup script that allows you to dump databases from MySQL, compress them and copy them to remote linux servers while optionally maintaining a permanent or rolling local backup.
Does 80% of the Linux team actually give a reason for not hosting MySQL on NFS? Can they quote any technical documentation that discusses MySQL on NFS?
mysql < query.sql And most certainly you can now launch an interactive session with this compact command: mysql If you need to connect to a different databases or use another user names it is always ...
MySQL 101: Installation, care, and feeding on Ubuntu If you've got 15 minutes, we can show you the ropes of basic MySQL management.
Two of the most popular databases in use on Linux are MySQL and PostgreSQL. Each of them have very useful, if slightly different, command-line clients. If you ever need to move between these two ...