1

I have a wordpress website in Godaddy but when i try to enter i get this issue:

warning: mysqli_real_connect(): Headers and client library minor version mismatch. Headers:50519 Library:50633 in /home/content/p3pnexwpnas16_data01/62/3653462/html/wp-includes/wp-db.php on line 1538

Any solution?

Donald Duck
  • 8,409
  • 22
  • 75
  • 99
Andy
  • 11
  • 1
  • 2

1 Answers1

0

Last time this happened to me it was about my hosting updating MySQL while the PHP version was still lower. You can simply upgrade your PHP version within you panel (see this) or turn off WordPress debug or find the exact code and make it quiet. according to this link and this link.

Also it was said that you can use define('WP_USE_EXT_MYSQL', true); in your wp-config.php file.

Community
  • 1
  • 1
Sadoo
  • 396
  • 3
  • 10