Warning: mysqli_connect(): Headers and client library minor version mismatch. Headers:100023 Library

Status
Not open for further replies.

rjappsx1

New Member
Messages
1
Reaction score
0
Points
1
I have the same problem! :(
For the moment, I use:

error_reporting(E_ERROR | E_PARSE);

at the beginning of my PHP scripts, to avoid the warning message.
Hope it can helps.
 
Last edited:

elyeproj

New Member
Messages
10
Reaction score
0
Points
1
This helps. It's good to know I'm not the sole person experiencing this. I believe this is due to upgrade of MySQL by x10hosting, but the PHP has not been compile with the latest MySQL. Hence the warning. I suppose we can't do anything on our end other the suppress the warning and hope the technical team here address the issue soon.
 

elyeproj

New Member
Messages
10
Reaction score
0
Points
1
By the way, I just saw this on the phpMyAdmin side stating

A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is 4.5.5.1, released on 2016-02-29.

Is this something we could do on our end?
 

ic1101

New Member
Messages
11
Reaction score
0
Points
1
No you can't do phpmyadmin / mysql updates as a user, it requires root permissions to the entire box and will need to be actioned by staff.
 

blackdo4

New Member
Messages
2
Reaction score
0
Points
1
hi all ive got the same problem is this going to me sorted by the x10 team as id rather not patch it with error reporting
 

blackdo4

New Member
Messages
2
Reaction score
0
Points
1
just dont look good for me if thats showing and im building site for someone else
 
Status
Not open for further replies.
Top