How to Restore a Large MariaDB Backup from the Terminal
If you have a backup of a larger database and restoring it via PhpMyAdmin does not work, this can be achieved via the following command on the shell. To see the status of the restoring backup, we install the program pv. It allows us to see visual progress of the process, after starting the restore ... Read more