Fix per compatibilità con MySQL 8.0
This commit is contained in:
parent
98b2a37fdf
commit
5d825e334a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue