mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Test CI
This commit is contained in:
parent
a220d3bb9c
commit
deb806b475
|
|
@ -234,7 +234,8 @@ before_script:
|
|||
mysql -u root -e 'use mysql; select * from user;'
|
||||
#echo "MySQL create user"
|
||||
#mysql -u root -e "CREATE USER 'travis'@'127.0.0.1' IDENTIFIED BY 'password';"
|
||||
echo "MySQL foce root password"
|
||||
echo "MySQL force root password"
|
||||
mysql -u root -e "CREATE USER 'root'@'127.0.0.1' IDENTIFIED BY 'password';"
|
||||
mysql -u root -e "ALTER USER 'root'@'127.0.0.1' IDENTIFIED BY 'password';"
|
||||
echo "MySQL grant"
|
||||
mysql -u root -e 'GRANT ALL PRIVILEGES ON travis.* TO travis@127.0.0.1;'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user