If you were waiting for the right moment… It was him. Make a backup of the MySQL database, MariaDB: mysqldump -u username -p database_to_backup > backup_name.sql Restore from the dump MySQL, MariaDB: mysql -u username -p database_name < backup_name.sql
Month: December 2018
Deploying Nginx + PHP on the Ubuntu server
NGinx-is a quick and easy Web-server, to install it you need to enter several commands in the terminal: sudo apt update sudo apt install nginx php-fpm Check the health of the Web server: systemctl status nginx In this case, change…
Complete removal of postfix, SpamAssassin and Dovecot in Ubuntu
You will not have time to be attached to any pleasant, calm place, and already some voice makes you stand up and retire from it, as the hour of rest has passed. –Charlotte Bronte. Jane Eyre–Edward Rochester In case you…