Browsing tag

secure

How To Secure MariaDB Server with mysql_secure_installation command

The mysql_secure_installation command helps us to improve the security of the MariaDB installation. With this command, You can set a password for root accounts. You can remove root accounts that are accessible from outside the local host. You can remove anonymous-user accounts. You can remove the test database (which by default can be accessed by […]

Install Apache2 With PHP5 And MySQL (LAMP) On openSUSE 12.1

LAMP Stands for Linux,Apache,MySQL and PHP. Most of the websites works with the above combination. Here i used the openSUSE as Linux. The main purpose of LAMP is for testing the application locally by the programmer before going to the production and also setting up the web server for the clients need.