sureshmsi.co.nr

Root password of MySQL in Ensim linux

Posted by: sureshm on: February 21, 2008

Login to the server as root and run the script

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

OR

ensim-python -c "from vh3 import virthost; from vh3.modules import mysql; print mysql.GetMySQLRootPass()"

Leave a Reply

You must be logged in to post a comment.