Duplicate of: Error: Empty mysql_connection_string detected
Add this convar to your server configuration and change the values according to your MySQL installation:
set mysql_connection_string “server=localhost;uid=mysqluser;password=password;database=fivem”
Alternatively use an url-like connection string:
set mysql_connection_string “mysql://username:password@host/database”