Dateien aus den Blog-Posts eingebaut.
This commit is contained in:
4
nginx/createdb.sql
Normal file
4
nginx/createdb.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
create user npm identified by '<passwort>';
|
||||
create database npm;
|
||||
grant all privileges on npm.* to npm;
|
||||
flush privileges;
|
||||
Reference in New Issue
Block a user