You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And when I ssh in, I can see the file. But when I run show global variables like 'log_error_suppression_list';, I get back an empty string, as well as still seeing the error in my logs.
I see !includedir /etc/mysql/conf.d/ in the /etc/my.cnf (though the docs say The default configuration for MySQL can be found in /etc/mysql/my.cnf).
The text was updated successfully, but these errors were encountered:
Hmm, are there any warnings in your logs about MySQL ignoring your cnf file? I seem to recall it's picky about (unix filesystem) permissions on configuration files.
I'm struggling to set up a custom config file. I started on 8.3 (6f343283ab56) and just tried 8.4 (5c0b42e12aec).
I have the following cnf file:
I mount it via compose as:
And when I ssh in, I can see the file. But when I run
show global variables like 'log_error_suppression_list';
, I get back an empty string, as well as still seeing the error in my logs.I see
!includedir /etc/mysql/conf.d/
in the/etc/my.cnf
(though the docs sayThe default configuration for MySQL can be found in /etc/mysql/my.cnf
).The text was updated successfully, but these errors were encountered: