Commands
MySQL
Quick Start
Config Path
mysql --help | grep -B 1 etc/my.cnf
Default options are read from the following files in the given order:
/etc/my.cnf /etc/mysql/my.cnf /opt/homebrew/etc/my.cnf ~/.my.cnf
mysqldump
With DB Creation
User --databases
mysqldump -hlocalhost -uroot -...