| ... | ... |
@@ -169,7 +169,7 @@ sudo sed -e "s,%DASH_DIR%,$DASH_DIR,g" -i /etc/apache2/sites-enabled/000-default |
| 169 | 169 |
sudo chown -R www-data:www-data $DASH_DIR |
| 170 | 170 |
|
| 171 | 171 |
# Update the DB to give user ‘$MYSQL_USER’@’%’ full control of the all databases: |
| 172 |
-sudo mysql -uroot -p$MYSQL_PASS -e "GRANT ALL PRIVILEGES ON *.* TO '$MYSQL_USER'@'%' WITH GRANT OPTION;" |
|
| 172 |
+sudo mysql -uroot -p$MYSQL_PASS -e "GRANT ALL PRIVILEGES ON *.* TO '$MYSQL_USER'@'%' identified by '$MYSQL_PASS';" |
|
| 173 | 173 |
|
| 174 | 174 |
# Edit /etc/mysql/my.cnf to change ‘bind-address’ from localhost (127.0.0.1) to any (0.0.0.0) and restart the mysql service: |
| 175 | 175 |
sudo sed -i 's/127.0.0.1/0.0.0.0/g' /etc/mysql/my.cnf |