Add DB setup to readme

This commit is contained in:
Alex Cabal 2024-10-23 11:09:16 -05:00
parent b6fbcaba26
commit 82e43cb520
20 changed files with 27 additions and 21 deletions

View file

@ -1,6 +1,6 @@
create user 'se'@'localhost' identified via unix_socket;
create user 'www-data'@'localhost' identified via unix_socket;
create user 'se-vcs-bot'@'localhost' identified via unix_socket;
create user if not exists 'se'@'localhost' identified via unix_socket;
create user if not exists 'www-data'@'localhost' identified via unix_socket;
create user if not exists 'se-vcs-bot'@'localhost' identified via unix_socket;
grant select, insert, update, delete, execute, lock tables on se.* to 'se'@'localhost' identified via unix_socket;
grant select, insert, update, delete, execute on se.* to 'www-data'@'localhost' identified via unix_socket;