mirror of
https://github.com/sb745/NyaaV3.git
synced 2025-03-12 13:56:55 +02: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.
3 lines
117 B
SQL
3 lines
117 B
SQL
GRANT REPLICATION SLAVE ON *.* TO 'nyaadev'@'%';
|
|
GRANT REPLICATION CLIENT ON *.* TO 'nyaadev'@'%';
|
|
FLUSH PRIVILEGES;
|