Added support for /etc/mysql after /etc in the search path for my.cnf
bug #25104
This commit is contained in:
parent
e03a6b86d8
commit
57baef9584
@ -49,6 +49,7 @@ const char *default_directories[]= {
|
||||
"sys:/etc/",
|
||||
#else
|
||||
"/etc/",
|
||||
"/etc/mysql/",
|
||||
#endif
|
||||
#ifdef DATADIR
|
||||
DATADIR,
|
||||
|
Loading…
x
Reference in New Issue
Block a user