B. Milan wrote:The hosting service for the forum just informed us the SQL database has just now been updated to the latest version available. Please do let us know if any errors persist.
We are also working on updating phpBB (the forum software itself) to the latest version which will offer mobile friendly operation. Please stay tuned for this...
For this you don't need a new forum software and a new database, if the field MAX_USER_CONNECTIONS exists in the system table of MySQL.
You can increase the maximum number of users with the following statement in the MySql-Console::
ALTER USER 'dwywhmjb_hwforumuser'@'localhost' WITH MAX_USER_CONNECTIONS 50;
This increases the number of users to 50 instead of the previous 25.
Apart from that, a user of the forum should not see any SQL error messages. These messages should be caught by forum software.
I am not a security expert, but I would like to say the following hints:
The user of a forum should not know which forum software, web server and database is used.
This informations are security holes that invite a potential hacker to exploit the security vulnerabilities of the used forum software, web server and database.
I do not complain about every error that occurs in the forum, but the above message occurs relatively often.
Best regards
Edit:
And when a hacker reads a Apache-Webserver error message with the name and version of the operating system then he would think: Many thanks for this useful informations
Edit2:
And with the second edit this message comes again:
SQL ERROR [ mysql4 ]
User 'dwywhmjb_hwforumuser' has exceeded the 'max_user_connections' resource (current value: 25) [1226]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
=> ... and the hacker thinks again "Aha, MDA uses mysql4 and thank you for the name of the database user" ...