News

Whether you're running a LAMP stack on Ubuntu or CentOS, you need to back up your MySQL databases. Learn how to do this with the help of the mysqldump command.
Chances are, your data center depends upon a MySQL database server or two. If that is the case, you’ll want to make sure your databases are set up with an eye to security. Thankfully, MySQL ...
The MySQL Server -- the core of the database. MySQL Workbench to view your databases and schemas. MySQL Shell to issue SQL statements on the command-line. MySQL Router to help with database scaling.
Also, I use MariaDB instead of MySQL in my examples, because that's what I have installed, and because I like the improvements MariaDB includes in both the command-line client and in the database ...