|
@@ -70,7 +70,7 @@ echo "Populating MySQL database"
|
|
sudo mysqladmin -u root password secret
|
|
sudo mysqladmin -u root password secret
|
|
sudo restart mysql
|
|
sudo restart mysql
|
|
mysql -uroot -psecret < config/create.sql
|
|
mysql -uroot -psecret < config/create.sql
|
|
-echo "select * from fortune" | mysql -ubenchmarkdbuser -pbenchmarkdbpass hello_world
|
|
|
|
|
|
+echo "select * from fortune" | mysql -ubenchmarkdbuser -pbenchmarkdbpass -h127.0.0.1 hello_world
|
|
|
|
|
|
# Setup Postgres
|
|
# Setup Postgres
|
|
echo "Removing Postgres 9.1 from Travis-CI"
|
|
echo "Removing Postgres 9.1 from Travis-CI"
|