Retrieve Ensim MySQL root password
Tuesday, March 25th, 2008You 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: Ensim