mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-18 12:48:41 +00:00
Use older mysql
This commit is contained in:
parent
7b799ee7d8
commit
2f01932b43
|
|
@ -4,13 +4,8 @@ sudo: required
|
|||
php:
|
||||
- '7.2'
|
||||
- nightly
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- mysql-5.7-trusty
|
||||
packages:
|
||||
- mysql-server
|
||||
- mysql-client
|
||||
services:
|
||||
- mysql
|
||||
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_upgrade
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user