Skip to content
Anton Samarchyan edited this page Jun 18, 2022 · 3 revisions

Commands to create a DB user

CREATE USER 'githubcontrib'@'10.%' IDENTIFIED BY 'password';
GRANT ALL ON `githubcontrib`.* to 'githubcontrib'@'10.%';
FLUSH PRIVILEGES;

Links

https://libraries.io/github/desecho/githubcontrib

Clone this wiki locally