One of the tasks nearly any sysadmin frequently encounters is the care and feeding of the MySQL database server. You can build an entire career around nothing but this topic—making you a DB admin, not ...
How to set up MySQL for remote access on Ubuntu Server 16.04 Your email has been sent If you need to allow remote connections to your MySQL server, see how you can easily accomplish that task. If you ...
IIRC typing `apt install mysql-server` on Debian > Stretch will install mariadb by default. default-mysql-server on Debian shows mariadb as a dependency: Not sure; shortly after the mariadb split ...