Skip to content

Commit

Permalink
database-integration-test25
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 e4c42d9 commit 72f375d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
sudo sed -i '/^\[mysqld\]/a skip-grant-tables' /etc/mysql/mysql.conf.d/mysqld.cnf
sudo systemctl start mysql.service
sudo systemctl status mysql.service
sudo mysql -u root
sudo mysql -u root -e "CREATE DATABASE IF NOT EXISTS test;"
# TEMP_PASSWORD=$(grep "A temporary password" /var/log/mysqld.log | awk '{print $NF}')
# echo "Temporary Password: $TEMP_PASSWORD"
# sudo mysql_secure_installation << EOF
Expand Down

0 comments on commit 72f375d

Please sign in to comment.