آموزش امن کردن MySQL بر روی VPS یا Dedicated Server
1. Run pre-install mysql script, mysql_secure_installation. This will do the following :
a) Set the root password ensures that nobody can log into the MySQL root user without the proper authorization.
b) Remove anonymous users
c) Remove test...