localhost was literall mispelled
This commit is contained in:
parent
8d520117d4
commit
de6c8af19d
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Running the
|
# Running the
|
||||||
mysql -u root -p \
|
mysql -u root -p \
|
||||||
"CREATE USER 'freechat_dev'@'locahost' IDENTIFIED BY 'password';"
|
"create user 'freechat_dev'@'localhost' identified by 'password';"
|
||||||
|
|
||||||
mysql -u root -p \
|
mysql -u root -p \
|
||||||
"GRANT ALL PRIVILEGES ON freechat.* TO 'freechat_dev'@'localhost';"
|
"GRANT ALL PRIVILEGES ON freechat.* TO 'freechat_dev'@'localhost';"
|
||||||
|
Loading…
Reference in New Issue
Block a user