fixed setup encoding problem - now all is utf8
This commit is contained in:
parent
0ac67a9e86
commit
0e657043f0
@ -21,6 +21,7 @@ class QI {
|
|||||||
' --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'.
|
||||||
' --execute="SOURCE ';
|
' --execute="SOURCE ';
|
||||||
$result = array();
|
$result = array();
|
||||||
foreach($files as $file){
|
foreach($files as $file){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user