Skip to content

Commit 88ad7fe

Browse files
committed
mysql client
1 parent a17ad02 commit 88ad7fe

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/actions/apt-x64/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ runs:
1515
bison \
1616
re2c \
1717
pkgconf \
18+
mysql-client \
1819
aspell-dev \
1920
bzip2-dev \
2021
curl-dev \
@@ -62,6 +63,7 @@ runs:
6263
ldap-utils \
6364
openssl \
6465
slapd \
66+
mysql-client \
6567
language-pack-de \
6668
libgmp-dev \
6769
libicu-dev \

.github/actions/test-linux/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ runs:
99
- shell: bash
1010
run: |
1111
set -x
12-
export MYSQL_TEST_USER=root
13-
export MYSQL_TEST_PASSWD=root
12+
export MYSQL_TEST_USER=useru
13+
export MYSQL_TEST_PASSWD=userp
1414
export PDO_MYSQL_TEST_DSN="mysql:host=localhost;dbname=test"
15-
export PDO_MYSQL_TEST_USER=root
16-
export PDO_MYSQL_TEST_PASS=root
15+
export PDO_MYSQL_TEST_USER=useru
16+
export PDO_MYSQL_TEST_PASS=userp
1717
export PDO_DBLIB_TEST_DSN="dblib:host=127.0.0.1;dbname=master;version=7.0"
1818
export PDO_DBLIB_TEST_USER="pdo_test"
1919
export PDO_DBLIB_TEST_PASS="password"

0 commit comments

Comments
 (0)