I'm using MySQL/MariaDB 10.0
In my server.cnf usually in the past I've used underscores for the majority of things in this configuration. I'm testing out a generated .cnf but it has dashes instead of underscores, do dashes work? example:
query-cache-type
query-cache-size
Usually I'd use _, will mysql accept and use these? I know SSL related is specific, but are these specific as well?
(note: I know there is a similar question to this but there was no real answer)