Skip to content

Commit

Permalink
remove -p
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Sep 30, 2018
1 parent 7ed2fc2 commit 6a39448
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Expand Up @@ -29,9 +29,9 @@ init:
- SET ANSICON=121x90 (121x90)

install:
- mysql -u root -h localhost -p 3306 -e "CREATE DATABASE IF NOT EXISTS errorheromodule;"
- mysql -u root -h localhost -p 3306 errorheromodule < spec\Fixture\data\sql.sql
- mysql -u root -h localhost -p 3306 -e "use mysql;update user set authentication_string=password(''), plugin='mysql_native_password' where user='root';"
- mysql -u root -h localhost -e "CREATE DATABASE IF NOT EXISTS errorheromodule;"
- mysql -u root -h localhost errorheromodule < spec\Fixture\data\sql.sql
- mysql -u root -h localhost -e "use mysql;update user set authentication_string=password(''), plugin='mysql_native_password' where user='root';"
- mysqladmin -uroot restart
- IF EXIST c:\tools\php (SET PHP=0)
- ps: appveyor-retry cinst --params '""/InstallDir:C:\tools\php""' --ignore-checksums -y php --version ((choco search php --exact --all-versions -r | select-string -pattern $env:php_ver_target | sort { [version]($_ -split '\|' | select -last 1) } -Descending | Select-Object -first 1) -replace '[php|]','')
Expand Down

0 comments on commit 6a39448

Please sign in to comment.