#362 setup pw with quotes
This commit is contained in:
parent
9a2196c876
commit
7ba7f3a36f
@ -42,7 +42,7 @@ class QI {
|
|||||||
$command = 'mysql'.
|
$command = 'mysql'.
|
||||||
' --host=' . $dbinfo->m_host.
|
' --host=' . $dbinfo->m_host.
|
||||||
' --user=' . $dbinfo->m_user.
|
' --user=' . $dbinfo->m_user.
|
||||||
' --password=' . $dbinfo->m_password.
|
' --password="' . $dbinfo->m_password.'"'.
|
||||||
' --database=' . $dbinfo->m_database.
|
' --database=' . $dbinfo->m_database.
|
||||||
' --default-character-set=utf8'.
|
' --default-character-set=utf8'.
|
||||||
' --execute="SOURCE ${file}" 2>&1';
|
' --execute="SOURCE ${file}" 2>&1';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user