first commit

This commit is contained in:
Logshiro
2025-10-24 10:05:31 +02:00
commit 0f89debbe7
62 changed files with 12055 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
create user 'appcontrib'@'%' identified by 'abc123';
grant all on contribV2.* to 'appcontrib'@'%';
flush privileges;