h7x4 cc1d8b0cf1
Some checks failed
Build and test / check (push) Successful in 2m42s
Build and test / check-license (push) Successful in 56s
Build and test / docs (push) Successful in 5m19s
Build and test / test (push) Failing after 11m43s
Build and test / build (push) Failing after 20m23s
Fix protocol error struct name for List(All)PrivilegesError
2025-12-16 12:41:19 +09:00
2025-12-16 12:21:35 +09:00
2025-12-16 12:21:35 +09:00
2024-12-10 00:36:41 +01:00
2025-12-04 09:24:32 +09:00
2025-12-16 12:21:35 +09:00
2025-12-15 10:08:58 +09:00
2025-11-25 19:38:05 +09:00

Coverage Docs

muscl 💪

Dropping DBs (dumbbells) and having mysql spasms since 2024

What is this?

This is a CLI tool that let's unprivileged users perform administrative operations on a MySQL DBMS, given the are authorized to perform the action on the database or database user in question. The default authorization mechanism is to only let the user perform these actions on databases and database users that are prefixed with their username, or with the name of any unix group that the user is a part of. i.e. <user>_mydb, <user>_mydbuser, or <group>_myotherdb.

The available administrative actions include:

  • creating/listing/modifying/deleting databases and database users
  • modifying privileges for a database user on a database
  • changing the passwords of the database users
  • locking and unlocking database users
  • ... more to come

The software is designed to be run as a client and a server. The server has administrative access to the mysql server, and is responsible for authorizing any requests from the clients.

This software is designed for multi-user servers, like tilde servers, university servers, etc.

Documentation

Description
Database administration tool for non-admin users 💪💪💪 rewrite of https://git.pvv.ntnu.no/Projects/mysql-admutils
Readme BSD-3-Clause 2.9 MiB
Languages
Rust 94%
Nix 5%
Shell 1%