Deduplicate common username/group prefixes #88

Closed
opened 2025-11-09 07:56:01 +01:00 by oysteikt · 1 comment
Owner
[root@nixos:~]# mysqladm create-db asdf
Invalid database name prefix: 'asdf' does not match your username or any of your groups.
Are you sure you are allowed to create database names with this prefix?
The format should be: <prefix>_<database name>

Allowed prefixes:
  - root
  - root

Skipping...
``` [root@nixos:~]# mysqladm create-db asdf Invalid database name prefix: 'asdf' does not match your username or any of your groups. Are you sure you are allowed to create database names with this prefix? The format should be: <prefix>_<database name> Allowed prefixes: - root - root Skipping... ```
oysteikt added this to the Initial release milestone 2025-11-09 07:56:01 +01:00
oysteikt added the buggood first issue labels 2025-11-09 07:56:01 +01:00
Author
Owner

Fixed in 46c5d372b2

Fixed in 46c5d372b29205727f0c4a9ee88eb5b9cc41b169
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Projects/mysqladm-rs#88