News

Jim Salter Installing MySQL on a fresh Ubuntu instance is quite simple: sudo apt update if necessary, then sudo apt install mysql-server and you're off to the races.
Securing your MySQL installation isn't difficult. Find out how to easily harden MySQL with one command. Chances are, your data center depends upon a MySQL database server or two.
This quick tutorial on how to install the MySQL database explains how to download and configure the MySQL Community Edition on Windows.
MySQL is a common database amongst many organizations. As such, when building an automation script that needs to query data from somewhere, you might run into the need to query a MySQL database. By ...
Because MySQL still has better name recognition by far, mostly. Literally the *only* step that changes is "apt install mysql-server" becomes "apt install mariadb-server".