Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Oct 28, 2023
1 parent ec123b3 commit 0d731c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/travis/prepare-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ elif [[ "$TEST" == "mysql" ]]; then
sudo mysql -u root -proot -e "CREATE DATABASE \`${DBNAME}\` DEFAULT CHARACTER SET utf8"
sudo mysql -u root -proot -e "CREATE USER \`${DBUSERNAME}\`@${DBHOST} IDENTIFIED BY '${DBPASSWORD}'"
sudo mysql -u root -proot -e "GRANT ALL ON \`${DBNAME}\`.* TO \`${DBUSERNAME}\`@${DBHOST} WITH GRANT OPTION"
sudo mysql -u root -proot -e "CREATE USER \`${DBUSERNAME}\`@$localhost IDENTIFIED BY '${DBPASSWORD}'"
sudo mysql -u root -proot -e "GRANT ALL ON \`${DBNAME}\`.* TO \`${DBUSERNAME}\`@localhost WITH GRANT OPTION"
export DBTYPE=MySQLi
elif [[ "$TEST" == "mariadb" ]]; then
sudo service mariadb start
Expand Down

0 comments on commit 0d731c1

Please sign in to comment.