Files
COPILOT/_baseScripts/create user.sql
BRAMAS Arthur 1b0601d724 add progression
2025-10-24 16:14:44 +02:00

4 lines
117 B
SQL

create user 'appcontrib'@'%' identified by 'abc123';
grant all on contribV2.* to 'appcontrib'@'%';
flush privileges;