mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Remove irrelevant user from SQL config
This commit is contained in:
parent
4a8ebb411b
commit
b6fbcaba26
1 changed files with 0 additions and 2 deletions
|
@ -1,9 +1,7 @@
|
|||
create user 'alex'@'localhost' identified via unix_socket;
|
||||
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;
|
||||
|
||||
grant * on * to alex@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;
|
||||
grant select, insert, update, delete, execute on se.* to 'se-vcs-bot'@'localhost' identified via unix_socket;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue