In last MariaDB version have an error which block cPanel Database interface with this message:
The MySQL server is currently offline.
The adminbin “cpmysql” in the “Cpanel” namespace call to function “DBCACHE” ended prematurely: The subprocess reported the “” (255) error when it ended Various sysadmins reported this error in cPanel forum, I too had him.
MariaDB version with error: 10.3.26
For solve him you have 2 posibilities:
1- Outdate to version 10.3.25, I solved him with this command:
Code:
yum downgrade MariaDB-server MariaDB-common MariaDB-shared MariaDB-client MariaDB-compat MariaDB-devel -y2- Disable this option (this not works always, some sysadmins notified that need change MariaDB version to 10.3.25 for solve the problem):
Code:
WHM » Server Configuration » Tweak Settings » SQL » Use INFORMATION_SCHEMA to acquire MySQL disk usageYou have more information in cPanel forum: https://forums.cpanel.net/threads/th...ffline.474561/
I hope that this problem not broke your servers. Have a nice day.