mirror of
https://github.com/simon987/nyaa.git
synced 2025-04-10 14:06:42 +00:00
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;
|