localhost was literall mispelled

This commit is contained in:
shockrah 2020-07-29 00:35:34 -07:00
parent 8d520117d4
commit de6c8af19d

View File

@ -2,7 +2,7 @@
# Running the
mysql -u root -p \
"CREATE USER 'freechat_dev'@'locahost' IDENTIFIED BY 'password';"
"create user 'freechat_dev'@'localhost' identified by 'password';"
mysql -u root -p \
"GRANT ALL PRIVILEGES ON freechat.* TO 'freechat_dev'@'localhost';"