mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
not u
This commit is contained in:
parent
61196fe1e1
commit
c15f868ddd
2
.github/workflows/test_e2e.yml
vendored
2
.github/workflows/test_e2e.yml
vendored
@ -128,7 +128,7 @@ jobs:
|
||||
- name: Start mysql
|
||||
run: |
|
||||
sudo systemctl start mysql.service
|
||||
sudo mysql -u root <<EOF
|
||||
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;
|
||||
FLUSH PRIVILEGES;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user