News

This quick tutorial on how to install the MySQL database explains how to download and configure the MySQL Community Edition on Windows.
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.
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".
Great for those who want to install a local copy of WordPress or any other PHP/MySQL app, this tutorial is not for those who have no idea what I'm talking about right now.
Use this guide to learn how to install Adminer on Ubuntu Server, and enhance your database administration tasks with ease and efficiency.
Lighttpd is a secure web server, which is faster when compared to Apache. We will show here how you can install Lighttpd on an Ubuntu 9.10 server with PHP5 support (through FastCGI) and MySQL support.
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 ...