#362 setup pw with quotes

This commit is contained in:
Ulf Gebhardt 2017-08-02 04:12:11 +02:00
parent 9a2196c876
commit 7ba7f3a36f

View File

@ -42,7 +42,7 @@ class QI {
$command = 'mysql'.
' --host=' . $dbinfo->m_host.
' --user=' . $dbinfo->m_user.
' --password=' . $dbinfo->m_password.
' --password="' . $dbinfo->m_password.'"'.
' --database=' . $dbinfo->m_database.
' --default-character-set=utf8'.
' --execute="SOURCE ${file}" 2>&1';