This sounds like you do not have mysqli installed and/or enabled on your server. IIRC mysqli
was added to php in version 5.5, and the older mysql
extension had been deprecated and fully retired since then. If you upgraded from a very old PHP version it might be that you still need the extra step of enabling mysqli
.
(wordpress checks for the existence of mysqli
and only if it does not exist tries the older mysql
functions.)
Related Posts:
- wpdb->insert: do I need to prepare against SQL injection?
- How do I check for a duplicate record before inserting using wpdb
- How to use $wpdb to delete in a custom table
- WPDB prepare – like % – placeholders?
- $wpdb->update multiple rows, like IN in normal SQL
- Matching database content types to PHP types
- Avoiding “Usage of a direct database call is discouraged”
- dbDelta does not create Table, but returns success
- Saving custom form data into database
- wp-content/db.php : where is this file?
- Quotes in table name
- $wpdb->get_results() returns good result only in first foreach iteration
- $wpdb->insert – inserting multiple rows
- $wpdb prepared with search term
- WPDB->insert with special characters
- How Can I Use $wpdb in PayPal IPN file?
- Is there a (better) way to access $wpdb results?
- Set media metadata (i.e. “dimensions” field) on SVG file after extracting it with a filter
- $wpdb->prepare not working with update table prefix
- How to use prepare to query with variables
- Use $wpdb in wordpress theme files
- $wpdb not returning data
- WPDB update row with != in where clause
- wpdb->get_row() / get_results – is it possible to return an object instances of my own class?
- Problem in creating table through plugin code
- I want to update my postcontent with $wpdb
- How to email user after inserting the username in database in WordPress
- $wpdb->replace / Replace or update primary key
- Create an array with a string key from wpdb->get_results
- How to fetch an array in $wpdb?
- $wpdb – do you have to use foreach even if there will always only be one result?
- Replicating the WP_Query ‘s’ param with $wpdb
- Need help writing a $wpdb query
- $wpdb->insert query changes to SHOW COLUMNS query Output
- Fixing wpdb->get_results and wpdb->prepare?
- How does the WXR file differ from the WPDB?
- Rolling Back from current WordPress version to previous one
- Modify the structure of data returned by $wpdb
- What is wrong with this wpdb update?
- using $wpdb to insert a form into a post
- Programmatically Creating Page using $wpdb and getting 404 error
- wp_create_user not properly entering password
- Constructing a dynamic WPDB query with multiple LIKEs
- Foreach loop not working as expected – custom tables and references while submitting a form
- Query insert query executing multiple times
- Undefined offset: 0
- Connect to separate database using $wpdb and authenticate user
- How to access PostgreSQL using WPDB?
- how to use $wpdb->prepare to update a custom table
- Counting posts with argument without retrieving the posts
- how to assign content to a different author while loading content
- Getting variable from Database
- Create new database through static page code
- Custom $wpdb returns unexpected time based results
- Register custom table for WP to use in a plugin
- wpdb->get_row is selecting the variable as a column name
- WordPress “wpdb->update” – Append Text Value
- Display category names on edit user profile using $wpdb
- Need help converting get_user_meta [keys] into own array
- Can’t call WPDB inside RSS template
- wpdb and acf via wp rest api
- WPDB SQL Ignore `post_status` Parameter
- wpquery properties last_query and last_result : should these be public or private?
- $wpdb->prepare error after WordPress update [duplicate]
- Query and get meta as object(stdClass) on wp postmeta table?
- How do I query a table?
- check that the data exists before sending it to wpdb
- How to pass an input value into wpdb->Prepare
- wpdb->insert with special chars failing with collation utf8mb4_unicode_520_ci
- no result returns when using $wpdb->get_results with where clause
- SQL queries to another wordpress site
- PHP | left join avg query give me Array()
- update not working using wpdb
- get_posts() SQL Injection
- og:image functions.php
- $wpdb select returns empty array
- Show error messages to a user when database insert fails
- Debugging db calls: $wpdb->insert works on test site, not on identical production site
- Intermittent problem writing update_user_meta
- How to use WHERE NOT EXISTS query to avoid duplicate entry using $wpdb to save in custom table?
- Combine posts and postmeta
- wpdb get_row database query inquiry
- Depreciated Call -> Function wpdb::escape()
- How do I update post based on meta_key in another table?
- wpdb insert working in one function, but not another
- Inserting and updating rows with wpdb indreases integer fields by 1 point sometimes
- Retrieve a list of users based on some conditions
- wp_commentdata: error in documentation?
- Echo only gives me the first part of string
- wp-postratings: list current user’s unrated posts
- esc_sql inserting weird chars to DB
- Error inserting row into table
- Retriving array size from serialized data
- How to update user profile or inputing any data to the wp db from external site?
- Can’t get expected result from a wpdb query
- Get comments after specific date
- get only 1 wpdb and get taxonomy, post to next page [closed]
- Query Problem in Clustom Plugin
- $wpdb The query does not contain the correct number of placeholders
- $wpdb:insert, more arguements in $format array than in $data