First, you need to to find out what your current version of MYSQL…
WordPress requires MySQL 5.0 or greater
Since its a VPS, I’m assuming its a linux installation. Just type
mysql -V
on the command line and it will return your MYSQL version.
If the version is compatible with wordpress, this message may be a “plugin/theme related” message. Look at your plugins and themes and see if any of them have a specific MySQL requirement.
Related Posts:
- WordPress debug messages not displaying
- What might be the reason of Couldn’t fetch mysqli_result on another domain?
- Error code when migrate
- Post meta vs separate database tables
- Is it mandatory to use $wpdb->prefix in custom tables
- Update Option Stored in Multi-Dimensional Array
- No Error Log File, no debug info
- How to debug a plugin with Xdebug?
- error_log() output for print_r() appearing on page
- How should one implement add_settings_error on custom menu pages?
- Default table collation on plugin activation?
- Get list of scripts / styles and show file which enqueued them
- Using a database view = evil incarnate?
- Prevent notice and warnings in error_reporting?
- Writing a plugin that notify my friends of new post that mentions(@) them
- Getting wrong relationship value in $args in wp_Query?
- WordPress and multithreading
- How to log plugin errors to plugin error_log file
- Not sure the best way to save custom plugin data
- The ideal place for storing persistent PHP objects
- What is the correct way for plugins to create tables with special charset/collation considerations?
- Catch own Exceptions
- What is the added “complexity” of custom tables?
- Plugin development with unit tests
- How is the data stored in the database?
- Formatting of curly brackets array from WP database to get more readable output
- How to modify post content before writing to database?
- Throw 403 in a plugin [duplicate]
- Actions or filters fired when data is saved in a custom table
- why don’t I get error messages in admin when developing?
- WP_Error handles errors, but how can I show success with a message?
- Adding callback function for wp_ajax_ has no effect
- How to debug WordPress correctly?
- Settings API – Undefined Index when unchecking checkbox
- Hello dolly type plugin that allows people to add their own
- Sample — test — data for large WordPress install
- Custom Plugin Database relations
- Is there any reason only 1 (my) IP would be added to this table using $wpdn->insert?
- How to store data for posts/pages built with drag-n-drop builder?
- Database for development
- Error : “Updating failed: The response is not a valid JSON response” with custom shortcode
- Is there a naming convention for database tables created by a plugin?
- Activation hook not creating table
- Is the usage of ON DELETE CASCADE wrong or not allowed on wordpress?
- How can I display an error message after post has been saved?
- Execution limit and Memory limit errors even i changed to 1024M and 600(cache.php,load.php)?
- Version upgrade: can my plugin filter the SQL statements issued during a database upgrade?
- Saving data from block editor to the database
- What for the tables ending with the meta used in database of wordpress?
- Find source of notice / warning / errors efficiently
- Creating table with plugin is not working
- dbDelta() Error – Incorrect index name ” for query ALTER TABLE
- Get a custom table to an array
- How to debug a unit test for a WordPress plugin, which uses wordpress-test?
- Update/insert only a column of database table
- How to Create database table when Plugin installed/activated, and delete database when Plugin deleted
- Proper way to pass credentials in a custom login form to avoid “headers already sent”
- Two functions utilizing registration_errors filter
- Subscribe to author?
- How can I gracefully escape an error condition?
- I’m designing a plugin to create database indexes. Suggestions?
- WordPress database error for query INSERT INTO
- How to connect to AWS RDS external database (not for the core WordPress db)
- Where are WP_Errors Saved
- How to find error in my code when the error message is pointing to WP core file?
- How should I store a log for my plugin
- How to create database table, add data, update and delete using wpdb via plugins?
- Using WPDB to output raw XML fails because of wp-blog-header.php
- Are there any scripts, classes, and/or functions built-in to WP for a plugin to export/import its saved data from wp_options?
- Strange issue saving custom field data for a WooCommerce order
- How to perform a heavy and long process in cron jobs?
- Form doesnt save to database
- Updating Woocommerce Settings API when WordPress Settings API saved and vise versa
- Is using custom table to suit business needs instead of transients a big hit to page load speed?
- Plugin Development for registered users
- Optimising a big WordPress site
- wpdb->prepare and mysql UPDATE – how is it done?
- dbDelta SQL Query Not Working
- “Undefined index” error when saving empty array with checkboxes
- dbDelta not installing database
- Is it necessary to do validation again when retrieving data from database?
- What is the best way to store a few fields?
- Plugin: database creation
- Adding columns to core tables
- How to query custom db table?
- Delete data from database using row action
- Show dynamic list of products from custom api of another database under same host
- How do I have now a duplicated user entry if this is not allowed (and I cannot replicate it)?
- Alternative functions for mysql_free_result and mysql_ping in wordpress functions
- Make Database query only when option is updated
- Getting a WordPress Debug Strategy
- Can we intercept user_login and user_pass from a wp_login_form?
- Unable to get a simple plugin admin page to work
- How best to handle database version dependence (from $wp_db_version)
- WP: Search and replace in DB programmatically
- Using AND and bracket grouping in SQL not working
- Two different wordpress sites – same server and IP address. Gaining Access to database 1 of 2
- Custom Post Type Object – Undefined Variables
- Reporting errors in a shortcode plugin
- Plugin Development: Storing and Manipulating Data That Fits JSON in Database