mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 15:10:01 +00:00
18ebf134d5
Add docker support It's self-contained so should not interfere with anything else and can easily be thrown out if nobody wants it anymore.
4 lines
117 B
SQL
4 lines
117 B
SQL
GRANT REPLICATION SLAVE ON *.* TO 'nyaadev'@'%';
|
|
GRANT REPLICATION CLIENT ON *.* TO 'nyaadev'@'%';
|
|
FLUSH PRIVILEGES;
|