Comments on: How To Find MySQL my.cnf File Location https://tecadmin.net/find-mysql-cnf-file-location/ How to guide for System Administrator's and Developers Sat, 04 Jun 2022 05:27:38 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: R https://tecadmin.net/find-mysql-cnf-file-location/#comment-3469 Mon, 06 Mar 2017 17:43:28 +0000 https://tecadmin.net/?p=10548#comment-3469 Refer to:

https://mariadb.com/kb/en/mariadb/configuring-mariadb-with-mycnf/#configuration-syntax-and-groups

… You can see for each program which configuration files and groups it reads by executing program-name –help –verbose

sh> mysqld –help –verbose

Regards

]]>
By: R https://tecadmin.net/find-mysql-cnf-file-location/#comment-3468 Mon, 06 Mar 2017 17:22:18 +0000 https://tecadmin.net/?p=10548#comment-3468 Hi,
I wonder whether the excerpted lines from the output of the following command is system dependent:

mysqld –help –verbose


Default options are read from the following files in the given order:
/etc/my.cnf …

]]>