mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 09:32:24 -04:00
Update DB permissions for SE user
This commit is contained in:
parent
9999b92eb2
commit
14d6719960
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ create user 'se'@'localhost' identified by unix_socket;
|
||||||
create user 'www-data'@'localhost' identified by unix_socket;
|
create user 'www-data'@'localhost' identified by unix_socket;
|
||||||
|
|
||||||
grant * on * to alex@localhost identified via unix_socket;
|
grant * on * to alex@localhost identified via unix_socket;
|
||||||
grant select, insert, update, delete, execute on se.* to se@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 www-data@localhost identified via unix_socket;
|
||||||
|
|
||||||
flush privileges;
|
flush privileges;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue