mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 02:21:55 -04:00
Add DB setup to readme
This commit is contained in:
parent
b6fbcaba26
commit
82e43cb520
20 changed files with 27 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue