Skip to content

Commit

Permalink
Merge pull request #123 from kronusme/revert-121-patch-1
Browse files Browse the repository at this point in the history
Revert "Fixing Error 3D000 on mariaDB on OSX"
  • Loading branch information
kronusme committed Dec 5, 2016
2 parents fa43980 + eb52235 commit bbc5123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Utils/Db.php
Expand Up @@ -136,7 +136,7 @@ public function connectPDO($selectDb = true)
}
try {
self::$_linkId = new PDO(
'mysql:host=' . $this->_server . ';dbname=' . $this->_database,
'mysql:host=' . $this->_server,
$this->_user,
$this->_pass,
array(PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES \'UTF8\'')
Expand Down

0 comments on commit bbc5123

Please sign in to comment.