Skip to content

Instantly share code, notes, and snippets.

@timwhitlock
Last active November 15, 2017 06:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timwhitlock/10975866 to your computer and use it in GitHub Desktop.
Save timwhitlock/10975866 to your computer and use it in GitHub Desktop.
Enable mysqi driver in Wordpress >= 3.9
<?php
/* wp-config.php */
/* use mysqli driver, WP>=3.9 */
define('WP_USE_EXT_MYSQL', false );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment