diff --git a/server/scripts/setup-dev-user.sh b/server/scripts/setup-dev-user.sh index 0a7c18b..c3d9b5e 100644 --- a/server/scripts/setup-dev-user.sh +++ b/server/scripts/setup-dev-user.sh @@ -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';"