Database Connection Error

hmaddy

Verified User
Joined
Apr 17, 2019
Messages
288
ERROR - 2021-11-27 04:31:45 --> Error connecting to the database: mysqli::real_connect(): Headers and client library minor version mismatch. Headers:100331 Library:100238

CRITICAL - 2021-11-27 04:31:45 --> Unable to connect to the database
 
Seems you have some old stuff in place. Did you update your OS too regularly?

Anyway, you could try this via SSH (not via the custombuild plugin!):
Code:
cd /usr/local/directadmin/custombuild
./build clean
./build update
./build php n
 
Back
Top