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

前端 未结 2 1611
慢半拍i
慢半拍i 2021-01-03 21:50

In MySQL some configuration options use _ and some use -. Is there any way to easily identify when to use one versus the other?.

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-03 21:58

    No.

    It's just one of those things that happen when a team of people design a product.
    Different conventions get used leading to inconsistency.

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

    And scroll to the options starting with ssl, you'll see what I mean.

提交回复
热议问题