Retrieve Ensim MySQL root password

Tuesday, March 25th, 2008

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()"

Tags:

Leave a Reply

You must be logged in to post a comment.