Tag Archives: Hardening

MySQL Hardening on Production Servers

TABLE OF CONTENTS 1.     Run MySql under other user id and gid. 2.     Protect root account of MySql with strong password. 3.     Prevent anonymous access to MySql 4.     Regulate PROCESS , SUPER privilege to administrative users 5.     Regulate the File privilege only to administrative users 6.     Start up MySQL with the parameter to disable the… Read More »