
Originally Posted by
romulob
I don't understand why installing PostGreSQL would fix a problem with MySQL database counter.
The issue can be easily caused by an incorrectly or partially setup PostgreSQL installation, hence why correcting this often alleviates the issue. If PostgreSQL is not in use then it should not be installed to begin with and should be fully removed by the server administrator.

Originally Posted by
romulob
If you're getting the number of databases + 1, that is probably because cPanel is counting the information_schema database. Try hiding that database to see if it works correctly.
I am not aware of the described scenario ever occurring; this should not happen under any circumstances.

Originally Posted by
WebGraf
information_schema is hidden
but the MySQL database count is +1 than the correct number!
What is the full cPanel version and build number of the system?
Are any PostgreSQL software packges installed (e.g., installed RPMs)? What is the output of the following command via root SSH access?
Code:
# rpm -qa | grep -i "postgresql\|pgsql" | sort
Please see the following thread for additional reference information: Incorrect database counts after restore. - cPanel Forums