mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-09 21:48:41 +00:00
Use older mysql
This commit is contained in:
parent
7b799ee7d8
commit
2f01932b43
|
|
@ -4,13 +4,8 @@ sudo: required
|
||||||
php:
|
php:
|
||||||
- '7.2'
|
- '7.2'
|
||||||
- nightly
|
- nightly
|
||||||
addons:
|
services:
|
||||||
apt:
|
- mysql
|
||||||
sources:
|
|
||||||
- mysql-5.7-trusty
|
|
||||||
packages:
|
|
||||||
- mysql-server
|
|
||||||
- mysql-client
|
|
||||||
before_script:
|
before_script:
|
||||||
- sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('new_password') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
|
- sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('new_password') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
|
||||||
- sudo mysql_upgrade
|
- sudo mysql_upgrade
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user