This website requires JavaScript.
Explore
PVV
Wiki
Tokyo Drift Issues
Help
Sign In
Projects
/
mysqladm-rs
Watch
12
Star
2
Fork
You've already forked mysqladm-rs
0
Code
Issues
36
Pull Requests
Releases
Activity
711be6517a
mysqladm-rs
/
example-config.toml
7 lines
99 B
TOML
Raw
Normal View
History
Unescape
Escape
Reimplement most of the tool: Most of the tool has been reimplemented, with the exception of the permission editing feature, which is currently half implemented. There are also several TODOs spread around that would benefit from some action
2024-04-21 06:03:25 +02:00
[
mysql
]
host
=
"localhost"
example-config: fix typo
2024-05-14 02:21:23 +02:00
port
=
3306
Reimplement most of the tool: Most of the tool has been reimplemented, with the exception of the permission editing feature, which is currently half implemented. There are also several TODOs spread around that would benefit from some action
2024-04-21 06:03:25 +02:00
username
=
"root"
make database connection timeout configurable
2024-07-09 21:34:59 +02:00
password
=
"secret"
WIP: create dpkg package
2024-04-26 00:31:23 +02:00
timeout
=
2
# seconds