diff --git a/src/Database.php b/src/Database.php index 66e912733..a508872e1 100644 --- a/src/Database.php +++ b/src/Database.php @@ -76,7 +76,7 @@ class Database extends Util\Singleton } // Fix per problemi di compatibilità delle password MySQL 4.1+ (da versione precedente) - $this->getPDO()->exec('SET SESSION old_passwords = 0'); + //$this->getPDO()->exec('SET SESSION old_passwords = 0'); //$this->getPDO()->exec('SET PASSWORD = PASSWORD('.$this->prepare($this->password).')'); // Reset della modalità di esecuzione MySQL per la sessione corrente