Skip to content

Commit

Permalink
database-integration-test23
Browse files Browse the repository at this point in the history
Signed-off-by: daizhenyu <[email protected]>
  • Loading branch information
daizhenyu committed Mar 15, 2024
1 parent 70a3897 commit 65ea8a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ runs:
sudo apt-get update
sudo apt-get install -y mysql-server
sudo systemctl start mysql.service
sudo systemctl status mysql.service
TEMP_PASSWORD=$(grep "A temporary password" /var/log/mysqld.log | awk '{print $NF}')
echo "Temporary Password: $TEMP_PASSWORD"
# sudo mysql_secure_installation << EOF
Expand All @@ -25,7 +26,6 @@ runs:
# n
# y
# EOF
sudo systemctl status mysql.service
# echo ""|sudo mysql -u root -p -e "CREATE DATABASE IF NOT EXISTS test;"
# - name: package demos
# shell: bash
Expand Down

0 comments on commit 65ea8a4

Please sign in to comment.