润乾报表连接 mysql8
ALTER USER 'root'@'localhost' IDENTIFIED WITH caching_sha2_password BY 'YourPassword';
FLUSH PRIVILEGES;
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'YourPassword';
FLUSH PRIVILEGES;
润乾报表 直接支持caching_sha2_password 和mysql8 而不需要改成mysql_native_password。