Product Documentation

If for any reason, a MariaDB restart is required, run the command below as "strongkey" user to restart the MariaDB server.

sudo service mysqld restart

Once the command successfully returns, run the following command to verify if the server is listening.

netstat -an | grep LISTEN | grep 3306

or

nfn 3306