mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix mysql query
This commit is contained in:
parent
c15f868ddd
commit
188bb9024e
3
.github/workflows/test_e2e.yml
vendored
3
.github/workflows/test_e2e.yml
vendored
@ -129,8 +129,7 @@ jobs:
|
||||
run: |
|
||||
sudo systemctl start mysql.service
|
||||
sudo mysql <<EOF
|
||||
CREATE USER IF NOT EXISTS 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';
|
||||
GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' WITH GRANT OPTION;
|
||||
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';
|
||||
FLUSH PRIVILEGES;
|
||||
EOF
|
||||
sudo mysql -e "SELECT user, host, plugin FROM mysql.user;"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user