This
Use the following menu options to navigate the SL1 user interface:
- To view a pop-out list of menu options, click the menu icon ().
- To view a page containing all of the menu options, click the Advanced menu icon ().
What is phpMyAdmin?
The phpMyAdmin interface provides a web interface for viewing and managing MySQL databases. By default, you can log in to the Database Server using the phpMyAdmin interface to view and manage the MySQL databases on all Database Servers, Data Collectors, and Message Collectors in the system.
Disabling phpMyAdmin
To disable phpMyAdmin, you must disable the service and then disable the ports on which the service runs. To do this:
- If you are using a distributed system, either go to the console of the Database Server or use SSH to access the Database Server. Open a shell session on the server. Log in as an administrator.
- If you are using an All-In-One Appliance, either go to the console of the All-In-One Appliance or use SSH to access the All-In-One Appliance. Open a shell session on the server. Log in as an administrator.
-
Edit the file /etc/siteconfig/firewalld-rich-rules.siteconfig:
sudo vifirewalld
-
Add the following lines:
rule service name="phpmyadmin" reject\ rule port port="8008" protocol="tcp" reject
- Save your changes and exit the file (:wq).
NOTE: