Skip to content

Commit 258ad4b

Browse files
appveyor - don't include credentials in DSN
as the tests don't expect it to do anything - which it does since PR php#2684
1 parent 8aae33d commit 258ad4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor/test_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ set PDO_MYSQL_TEST_USER=%MYSQL_TEST_USER%
2727
set PDO_MYSQL_TEST_PASS=%MYSQL_PWD%
2828
set PDO_MYSQL_TEST_HOST=%MYSQL_TEST_HOST%
2929
set PDO_MYSQL_TEST_PORT=%MYSQL_TEST_PORT%
30-
set PDO_MYSQL_TEST_DSN=mysql:host=%PDO_MYSQL_TEST_HOST%;port=%PDO_MYSQL_TEST_PORT%;dbname=test;user=%PDO_MYSQL_TEST_USER%;password=%MYSQL_PW%
30+
set PDO_MYSQL_TEST_DSN=mysql:host=%PDO_MYSQL_TEST_HOST%;port=%PDO_MYSQL_TEST_PORT%;dbname=test
3131
"C:\Program Files\MySql\MySQL Server 5.7\bin\mysql.exe" --user=%MYSQL_TEST_USER% -e "CREATE DATABASE IF NOT EXISTS test"
3232
if %errorlevel% neq 0 exit /b 3
3333

0 commit comments

Comments
 (0)