
How to Install and Securing MySQL Database Server on CentOS 6.3
This post will covers the steps to install and securing MySQL Database Server. MySQL server is a database server that can stores and retrieves data for the blog, websites and…
How to Install and Securing MySQL Database Server on CentOS 6.3
This post will covers the steps to install and securing MySQL Database Server. MySQL server is a database server that can stores and retrieves data for the blog, websites and…
How to Securing MySQL Database Server on CentOS 5.8
In this post, i will show the quick steps to securing MySQL database server on linux CentOS 5.8. On fresh MySQL server installation, MySQL root password does not set and…
How to Configure MySQL Database Server on Fedora 16
On previous post (Install MySQL) i already shows how to install MySQL server on Fedora 16. MySQL server is a popular choice of database server that can stores and retrieves…
How to Secure MySQL Database Server
A Default MySQL installation is completely vulnerable to attacks. MySQL installation should be made as secure as possible. This is to protect the data collections and the information maintained by…