[wp-trac] [WordPress Trac] #27800: 500 internal error with updated MySQL

WordPress Trac noreply at wordpress.org
Mon Apr 14 16:18:57 UTC 2014


#27800: 500 internal error with updated MySQL
--------------------------+-----------------------------
 Reporter:  bou24         |       Owner:
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  General       |     Version:  3.8.1
 Severity:  normal        |  Resolution:  invalid
 Keywords:                |     Focuses:  administration
--------------------------+-----------------------------

Comment (by Denis-de-Bernardy):

 Itching to re-open this, because I'm pretty certain WP could do something
 about it.

 Related: #27749

 Here's a SO reference with a proper solution (aka use mysqlnd or recompile
 PHP):

 http://stackoverflow.com/questions/10759334/headers-and-client-library-
 minor-version-mismatch

 A potential WP-level fix is in those answers:

 {{{
 $err_level = error_reporting(0);
 $conn = mysql_connect('params');
 error_reporting($err_level);

 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/27800#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list