The php mysql api is deprecated. It’s kaput — going away — not to be used, finito.
If you have a modern version of PHP (> 5.6) then WordPress should automatically switch to make use of mysqli. That should be your first attempt.
If you can not update your php, rather than attempting to resurrect something that php no longer supports, just patch your wordpress: http://wordpress.org/plugins/mysqli/
If you are already running a modern version of PHP, then this is likely because you don’t have the mysqli extension in your version of PHP. You can check this using php -i
from your server OS, or make a page with <php phpinfo();
and navigate to that page with your browser. There will be section for all the extensions.
If you don’t have the mysqli extension installed, follow the instructions from the official PHP documentation.
Related Posts:
- Php – Your PHP installation appears to be missing the MySQL extension which is required by WordPress
- cannot change admin password, wordpress on godaddy
- cannot change admin password, wordpress on godaddy
- cannot change admin password, wordpress on godaddy
- How to cache/speed WordPress queries for logged in users?
- How to remove index.php from WordPress site URL
- Redirect after Login on WordPress
- How to implement inline cm/inches conversion in WordPress
- Redirect old php link to wordpress link in .htaccess
- Redirect old php link to wordpress link in .htaccess
- How to change thumbnails for WordPress pages (KakaoTalk)
- Remove “Protected” text in title h1 of protected wordpress pages
- How to convert JPG to PNG on upload in WordPress (via add_image_size)?
- WordPress plugin install: Could not create directory
- What is the meaning of ‘OFFSET’ => 1 (WordPress)
- WordPress makes an auto-draft as soon as I enter the page
- Using WordPress on 000webhost.com
- Add CashU payment gateway to WordPress Woocommerce
- Display only one category on home page wordpress
- WordPress custom thumbnail size
- WordPress custom thumbnail size
- Moving WordPress from MAMP to WAMP, can’t access pages
- Moving WordPress from MAMP to WAMP, can’t access pages
- Local WordPress installation is stripping ‘wp-admin’ from URL on WordPress admin dashboard
- Advanced Custom Fields, Yoast SEO, not updating new values in WordPress
- WordPress sort WP ULike posts in custom query?
- WordPress: How to overlay text / widget div on top of a revolution slider
- Random Question Mark Icons In WordPress Text
- WordPress – add second logo to customizer
- How can I removed Powered by WordPress link in wp.login.php without editing core WP files?
- Creating a custom rebrandly link using a wordpress shortcode
- WordPress thumbnail cropping not working
- Flaticons not showing up on WordPress
- What does arg mean in WordPress
- WordPress custom supports for custom post types
- WordPress PHP proxy/helper pages for Twitter API
- WordPress dFactory Cookie Notice Plugin
- How to enable button onClick functions and java script in wordpress post
- WordPress: Loading multiple scripts with enqueue
- WordPress: Loading multiple scripts with enqueue
- Display all post meta keys and meta values of the same post ID in wordpress
- How to use wp_enqueue_style() in my WordPress theme?
- Query multiple WordPress post types alternately
- How to add custom javascript to WordPress Admin?
- How can i Toogle between 2 icons without reloading page in wordpress
- About 404 during WordPress installation
- WordPress Email Share button not opening in Outlook
- How to extend WordPress Bookly plugin
- “The Events Calendar” plugin by Modern Tribe in WordPress not working
- WordPress Main Menu – Hide ‘Home’ link on homepage only
- how to create a custom live search in WordPress from scratch
- Why am I getting 404 not found on this wordpress subdomain on my Nginx server?
- wordpress Simple Job board plugin hide cv attachment form
- How can I access http://localhost/wordpress/wp-admin/install.php?
- How can I access http://localhost/wordpress/wp-admin/install.php?
- WP_Query(‘orderby=post_date’) not working with wordpress
- WordPress get_terms() function not display custom taxonomy categories for woocommerce
- W3 Total Cache WordPress plugin disturbing my page layout
- Scalable wordpress setup
- WordPress Password Protected Page is not protected
- How do i give a WordPress editor access to the Site Kit by Google plugin?
- How to display WordPress search results?
- Permalinks in WordPress not working
- WordPress – Display Random Number Between 190-250
- How can tune MySQL for WordPress sites?
- WordPress Order by date on custom post type archive page
- How to set on load marathi language using google translator in wordpress?
- Divi Child Theme Breaks WordPress Customizer
- Get the WordPress attachment image url
- WordPress theme Flatsome 3.11: UX Builder not loading
- After migration of WordPress website I can’t access the admin (white page)
- Cant login to wp-admin (redirecting to homepage), But CAN login to wp-login.php
- Cant login to wp-admin (redirecting to homepage), But CAN login to wp-login.php
- WordPress: Login for Users Without access to wp-admin
- WordPress site migration – icons missing
- WordPress (GoDaddy: Linux w/cPanel (Apache))_ My 2nd site is FUBAR__ subdomain multisite network installation
- I have shifted my wordpress site from one host to another, after shift the website wp-admin is not open
- WordPress- url for localhost wp-admin is not working
- Muffin Builder has a limit? (WordPress – Be Theme)
- How to use If, If Else and else in WordPress
- update post meta wordpress
- Enable “Post Formats” Just For a “Custom Post Type” And Not Others In WordPress
- Get Categories of events in WordPress Events Calendar Pro Plugin
- How can I add a PHP page to WordPress?
- How can I add a PHP page to WordPress?
- Embed podcast feed in wordpress
- Why can’t import backup site WordPress? Plugin All-in-one migration
- Problem getting data with WooCommerce/WordPress
- Problem getting data with WooCommerce/WordPress
- wordpress add_query_arg how to add multiple queries to URL
- How to correctly use get_template_directory_uri() WordPress function to load an image that is in a subfolder of my theme?
- Display all post meta keys and meta values of the same post ID in wordpress
- Custom Coupon type woocommerce wordpress
- WordPress home page is blank but every other page is working fine
- Error establishing a database connection in my localhost
- why are two paragraphs being added on wordpress custom excerpt function used?
- Correct way of using wp_get_attachment_image() in wordpress
- Page Redirection in WordPress
- How to easily add cropped screenshot to self-hosted WordPress as hosted image?
- Which ways can be used to log in to WordPress?