Incompatible with mysql 8
-
Your database table fbv_attachment_folder fail to create at install because is missing a primary key. My databse is a managed instance on digitalocean. I have already relaxed my db configuration, but it’s not possible to disable this flag (sql_require_primary_key).
Also installation fails without any error, you shuld improve the installation process to check if tables are created.
PHP message: WordPress database error Unable to create or change a table without a primary key, when the system variable ‘sql_require_primary_key’ is set. Add a primary key to the table or unset this variable to avoid this message. Note that tables without a primary key can cause performance problems in row-based replication, so please consult your DBA before changing this setting. for query CREATE TABLE wp_fbv_attachment_folder (
`” while reading upstream
The topic ‘Incompatible with mysql 8’ is closed to new replies.