- Norway
- https://pvv.ntnu.no/~oysteikt/
-
☕ writes code
- Joined on
2023-06-04
Handle CTRL-C gracefully
We might need to wrap the mysql connection in an Arc<Mutex<_>>
for the signal checking thread to close it safely. Not sure how to handle this when the entire operation is wrapped in a transaction
a160407906
WIP: create dpkg package
69870147f5
Add a few more status prints to the commands
f78c88517f
Add `lock-user` and `unlock-user`
Add dryrun modes for commands that modify stuff
Note: this would probably warrant it's own variant of CommandStatus
oysteikt
deleted branch add-lock-unlock-feature from Projects/mysqladm-rs
2024-08-08 00:54:07 +02:00
Add `lock-user` and `unlock-user`
Add command for locking/unlocking users
Add
lock-user
and unlock-user
Allow users to configure fields on
show-user
and show-db
9892370632
WIP: create dpkg package
7e71b5071f
Report back more detailed results from commands
21c1f8cc87
Fix clippy warnings
011bcf9edc
More spring cleaning for privs, add test
1bb1c133e8
Consistently name db connection `connection`
oysteikt
deleted branch report-status-on-modification from Projects/mysqladm-rs
2024-08-07 23:34:00 +02:00
Report back more detailed results from commands
Only print
changes commited
and changes aborted
for commands that actually modify something
Report back more detailed results from commands
oysteikt
created branch report-status-on-modification in Projects/mysqladm-rs
2024-08-07 23:33:12 +02:00