Skip to content

Commit

Permalink
updating database name
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanstreet committed Jan 9, 2015
1 parent 1503b8d commit a60b8c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ After Vagrant and Virtualbox are setup, run the following commands to install th

Database Username: root
Database Password: (none)
Database Name: magento2
Database Name: magento
URL of Instance: http://192.168.33.10/magento2/
Host File Configuration: 192.168.33.10 www.magento2.dev magento2.dev

Expand Down
2 changes: 1 addition & 1 deletion bootstrap.sh
Expand Up @@ -71,7 +71,7 @@ apt-get -q -y install mysql-server-5.6 mysql-client-5.6
echo "#############################"
echo "##### CREATING DATABASE #####"
echo "#############################"
mysql -u root -e "create database magento2;"
mysql -u root -e "create database magento;"

# Install PHP 5.5
echo "##########################"
Expand Down

0 comments on commit a60b8c0

Please sign in to comment.