MySQL 8.0.4rc was just released as "Pre-General Availability
Draft: 2018-03-19".
- https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html
- https://dev.mysql.com/doc/relnotes/mysql/8.0/en/
I decided to take a quick peek and note my impressions
here. Some of this is old news for many as this release has
been talked about for awhile but I added my thoughts
anyway..
First thing I noticed was a simple issue of using the updated
mysql client. My older version was still in my path that resulted
in
ERROR 2059 (HY000): Authentication plugin
'caching_sha2_password' cannot be loaded
- …