Skip to content

Commit

Permalink
database-integration-test7
Browse files Browse the repository at this point in the history
Signed-off-by: daizhenyu <[email protected]>
  • Loading branch information
daizhenyu committed Mar 14, 2024
1 parent e2729ad commit beecf78
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ runs:
run: |
sudo apt-get update
sudo apt-get install -y mysql-server
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 cat -n /etc/mysql/mysql.conf.d/mysqld.cnf
sudo mysql -u root -p
# - name: Set up root password
# shell: bash
# run: |
Expand Down

0 comments on commit beecf78

Please sign in to comment.