Answers for "[ERROR] Found option without preceding group in config file .cnf at line 2."

SQL
1

Found option without preceding group in config file: /etc/mysql/mariadb.conf.d/50-server.cnf at line: 1

// Just add [mysqld] as first line in the /etc/mysql/my.cnf file.
// Example:

[mysqld]
default-time-zone = "+08:00"
...
Posted by: Guest on September-03-2020

Code answers related to "[ERROR] Found option without preceding group in config file .cnf at line 2."

Code answers related to "SQL"

Browse Popular Code Answers by Language