Skip to content

Commit

Permalink
Change MySQL root authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoizueta committed Feb 17, 2020
1 parent a0a8a43 commit 44b530f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fixtures/load_all_fixtures.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ load_postgres_fixtures()
load_mysql_fixtures()
{
load_config "mysql.config"
sudo mysql -u root -e "ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '$password';"
echo "create database if not exists fdw_tests" | mysql -u $user
mysql -u $user -D $dbname < "$BASEDIR/mysql_fixtures.sql"
}
Expand Down

0 comments on commit 44b530f

Please sign in to comment.