Restore MySQL user
su mysql
echo “GRANT ALL PRIVILEGES ON *.* TO ‘root’@'localhost’ IDENTIFIED BY ‘booboobear’ WITH GRANT OPTION;”> /tmp/mysql-init
mysqld_safe –init-file=/tmp/mysql-init &
rm /tmp/mysql-init
mysql -uroot -p
cpanel : Account Creation Status: failed +run out of available ip addresses
by Kiran
in cPanel WHM
You might get the following error if server has limited ips and hosting packages are created with an option as “Dedicated IP”
Account Creation Status: failed ( Your system has run out of available ip addresses, or you do not have permission to use any more ip addresses. (Unable to find an ip address.)
Resolution : Just recreate the package with an option as “Dedicated IP = No”

