MySQL configuration: when to use hyphen and when to use underscore -


in mysql configuration options use _ , use -. there way identify when use 1 versus other?.

no.

it's 1 of things happen when team of people design product.
different conventions used leading inconsistency.

see here: http://dev.mysql.com/doc/refman/5.5/en/mysqld-option-tables.html

and scroll options starting ssl, you'll see mean.


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -