Answers for "The setting "NO_AUTO_CREATE_USER" is not compatible with MySQL® 8. You must remove it from the "sql_mode" variable in the "/etc/my.cnf" file."

SQL
8

this is incompatible with sql_mode=only_full_group_by

mysql > SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));
Posted by: Guest on May-11-2020

Code answers related to "The setting "NO_AUTO_CREATE_USER" is not compatible with MySQL® 8. You must remove it from the "sql_mode" variable in the "/etc/my.cnf" file."

Code answers related to "SQL"

Browse Popular Code Answers by Language