Bartosz Pietrzak
Results
2
comments of
Bartosz Pietrzak
MySQL 8 changes the default authorization plugin, to wokraround you need to to start MySQL with parameter: `--default-authentication-plugin=mysql_native_password` or include this in your `my.cnf`: ``` [mysqld] default-authentication-plugin=mysql_native_password ```
I just tried to upgrade a rather large application from Doctrine 2.x to 3.x, and it stopped working due to the "Associations with fetch-mode=EAGER may not be using WITH conditions...