I am working with in a customer's Secure Environment and the exposed MySQL X DevAPI port 33060 is open and listening.
If it is not being used they want it shutdown. Is this port critical to the operation of the NetOps Portal?
Release : 21.2
Component : NetOps Portal web server
The MySqlx plugin uses port 33060
our JDBC calls use 3306, but you can turn off mysqlx, port 33060
(in /etc/my.cnf):
[mysqld]<existing stuff>mysqlx=OFF