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