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.
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.
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".
Configure MySQL 8 The sheer number of configuration options for MySQL can be overwhelming, but mercifully many of them aren’t needed in the initial phases of the installation or upgrade process.
PHP and MySQL are a powerful combination when it comes to providing dynamic content to your user base. Get the step-by-step instructions for installing and configuring these products in a ...
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.
I've been giving a task of getting some things running on a web server. It has an installation of MySQL. However, between the different administrators for the system, the MySQL root password has ...
MySQL is a powerful and performant database engine that often suffers from performance issues due to misconfiguration. Obvious culprits for bottlenecks are available memory and CPU resources but ...