QuestionQ219
Installation and ConfigurationMySQL programs search for option files in standard locations.
Which method displays the option files and the sequence in which they are read?
- A shell> mysqladmin --debug
- B shell> mysql --print-defaults
- C shell> mysqld --help --verbose
- D mysql> SHOW GLOBAL VARIABLES;
Community Discussion