Tag Archives: Top security tips for mysql

MySQL Security Tips

Database security

In this article we will give you some tips on securing your MySQL or MariaDB database. 1. Secure MySQL installation This step includes the following – Setting a password for the root account, if you didn’t set it during installation; – Disabling remote root user login by removing root accounts that are accessible from outside the localhost; – Removing accounts ...

Read More »