OS Level Security:--à Never run the MySQL server as the linux ‘root’ user.Always create the seprate
user for MySQL and start/stop MySQL server with it.
--à If the data directories are located under $mysql home/data
dir then make
sure that directory and all subdirectories should have only read and write
privileges for the mysql user.
---à Always secure MySQL log files like binary log,query
log,error.log etc.Because
through that anyone can get the information about data,tables etc.
--à Always secure MySQL configuration files.i.e my.cnf.If
possible than keep it in
different …
[Read more]