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
This commit is contained in:
2024-04-21 06:03:25 +02:00
parent 77f7085d2b
commit ccf1b78ce8
14 changed files with 2173 additions and 915 deletions

7
example-config.toml Normal file
View File

@@ -0,0 +1,7 @@
# This should go to `/etc/mysqladm/config.toml`
[mysql]
host = "localhost"
posrt = 3306
username = "root"
password = "secret"