renamed server/ to api/ since this is really only the api portion of the typical fc server
This commit is contained in:
8
server-api/scripts/setup-dev-user.sh
Normal file
8
server-api/scripts/setup-dev-user.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Running the
|
||||
mysql -u root -p \
|
||||
"create user 'freechat_dev'@'localhost' identified by 'password';"
|
||||
|
||||
mysql -u root -p \
|
||||
"GRANT ALL PRIVILEGES ON freechat.* TO 'freechat_dev'@'localhost';"
|
||||
Reference in New Issue
Block a user