We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac999e commit 17a909bCopy full SHA for 17a909b
bin/_lib.sh
@@ -92,6 +92,9 @@ install_db() {
92
fi
93
94
95
+ # Always disable SSL for local test DB connections (fixes WP 6.8 DB creation issues)
96
+ EXTRA="$EXTRA --ssl=false"
97
+
98
# create database
99
if [ $(mysql --user="$DB_USER" --password="$DB_PASS"$EXTRA --execute='show databases;' | grep ^$DB_NAME$) ]
100
then
0 commit comments