mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-20 05:18:42 +00:00
Fix mysql database
This commit is contained in:
parent
cbac440141
commit
3dbd887702
|
|
@ -2,7 +2,10 @@ language: php
|
|||
php:
|
||||
- '7.2'
|
||||
- nightly
|
||||
services:
|
||||
- mysql
|
||||
before_script:
|
||||
- sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('123456') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
|
||||
- pecl install ast
|
||||
- composer install
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user