News

Deploy a MySQL server on an Azure VM with secure configurations. Create database tables to support application data storage. Implement a reliable backup mechanism using mysqldump to ensure data ...
Using Command-Line Tools MySQL and MariaDB include two command-line tools that you can use to quickly backup and restore databases. The mysqldump tool is used to export the contents of a database to a ...
MySQL Backup and Restore UI This service allows you to easily and efficiently back up and restore MySQL databases. It can be used to create backups of MySQL databases and restore them from backup ...
Performing backups This new Online Backup/Restore utility in MySQL 6.0 server is easy to use and unlike mysqldump, it is used to issue backup and restore commands right from the mysql client ...
Logical backups do not have this restriction and can be loaded successfully onto servers running older or newer MariaDB/MySQL versions (depending on whether the new server to which you're restoring ...
If you've never backed up your MySQL or MariaDB databases, now's the time. Jack Wallen shows you how to back up that data and restore it, in case your website has met an untimely demise.
The hard disk on my Linux machine recently filled up, so I had to get a bigger disk and resinstall. Before I replaced the drive I backed up a MySQL database I had on the system. All I did was copy ...