25 Mar 2008

Retrieve Ensim MySQL root password

Quick Tip No Comments

You can display the current root password for mysql (if the host is running ensim), by using the following command.

# ensim-python -c "import sys;sys.path.append(\"/usr/lib/opcenter/mysql\");import mysqlbe;print mysqlbe.read_mysqlpass()"

No Responses to “Retrieve Ensim MySQL root password”

Leave a Reply