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