I just downloaded and installed Ubuntu Server 15.04, then installed the latest version of Webmin. Everything appears to be working fine, except that I cannot configure the MySQL server through Webmin (Servers > MySQL Database Server > MySQL Server Configuration). That produces the following error:
Could not find [mysqld] section in my.cnf
Ubuntu 15.04 is brand new and it includes a new version of MySQL, and so perhaps Webmin has just not caught up yet.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Neil,
I've exactly what you have (with webmin 1.770).. I imagine it's due to the linking / including..
/etc/mysql/my.cnf -> /etc/alternatives/my.cnf -> /etc/mysql/mysql.cnf
which includes dirs
/etc/mysql/conf.d/
and
/etc/mysql/mysql.conf.d/
which has in it file
/etc/mysql/mysql.conf.d/mysqld.cnf
which contains a [mysqld] section... (enfin!)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just downloaded and installed Ubuntu Server 15.04, then installed the latest version of Webmin. Everything appears to be working fine, except that I cannot configure the MySQL server through Webmin (Servers > MySQL Database Server > MySQL Server Configuration). That produces the following error:
Could not find [mysqld] section in my.cnf
Ubuntu 15.04 is brand new and it includes a new version of MySQL, and so perhaps Webmin has just not caught up yet.
Send here the my.cnf configuration.
Hello Neil,
I've exactly what you have (with webmin 1.770).. I imagine it's due to the linking / including..
/etc/mysql/my.cnf -> /etc/alternatives/my.cnf -> /etc/mysql/mysql.cnf
which includes dirs
/etc/mysql/conf.d/
and
/etc/mysql/mysql.conf.d/
which has in it file
/etc/mysql/mysql.conf.d/mysqld.cnf
which contains a [mysqld] section... (enfin!)