7 lines
125 B
TOML
7 lines
125 B
TOML
# This should go to `/etc/mysqladm/config.toml`
|
|
|
|
[mysql]
|
|
host = "localhost"
|
|
port = 3306
|
|
username = "root"
|
|
password = "secret" |