Browsing tag

mysql

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 […]

Monitor MySQL Server with Nagios 3.4

This document is outdated and it may not work Nagios is the most widely used open source monitoring tools which help us to monitor the services and application that run’s on Windows,Linux,Routers and other network devices. With the help of Nagios you can monitor basic services and attributes. We can access the Nagios using web […]