We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee5d19 commit cdb73d7Copy full SHA for cdb73d7
1 file changed
src/yexeed/thrsql/MysqlWorker.php
@@ -62,7 +62,6 @@ public function run()
62
try {
63
$my = @new \mysqli($this->hostname, $this->username, $this->password, $this->database, $this->port);
64
if($my->connect_errno){
65
- $icv = iconv("CP1251", "UTF-8", $my->connect_error);
66
throw new Exception($my->connect_error, $my->connect_errno);
67
}
68
if(!$my->set_charset("utf8")){
0 commit comments