This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
php-src
Watch
0
Star
0
Fork
0
You've already forked php-src
mirror of
https://github.com/php/php-src.git
synced
2024-11-28 04:14:26 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c1cf0026e5
php-src
/
travis
/
setup-mysql.sh
5 lines
70 B
Bash
Raw
Normal View
History
Unescape
Escape
Fix PostgreSQL and MySQL setup on Travis CI Note that the PostgreSQL tests still don't work on some architectures. Closes GH-5607.
2020-05-21 03:03:10 +08:00
#!/bin/sh
set
-ev
mysql -vvv -e
"CREATE DATABASE IF NOT EXISTS test"
Reference in New Issue
Copy Permalink