Prosjekter

PVV projects, made by PVV members

Kom på hackekveld :)

muscl (0.1.0-1)

Published 2025-12-04 07:18:10 +01:00 by oysteikt in Projects/muscl

Installation

sudo curl  -o /etc/apt/keyrings/gitea-Projects.asc
echo "deb [signed-by=/etc/apt/keyrings/gitea-Projects.asc]  $distribution $component" | sudo tee -a /etc/apt/sources.list.d/gitea.list
sudo apt update

Choose $distribution and $component from the list below.

sudo apt install muscl=0.1.0-1

Repository Info

Distributions
bookworm, jammy, noble, trixie
Components
main
Architectures
amd64

About this package

A command-line utility for MySQL administration for non-admin users . Muscl 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.

Dependencies

libc6 (>= 2.39)
Details
Debian
2025-12-04 07:18:10 +01:00
19
Programvareverkstedet
8.0 MiB
Assets (4)
Versions (1) View all
0.1.0-1 2025-12-04