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 example
Example: this is incompatible with sql_mode=only_full_group_by
mysql > SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));