Go -- this user requires mysql native password authentication 错误
转:https://www.cnblogs.com/mafeng/p/11027332.html
this user requires mysql native password authentication
在连接mysql的url上加上?allowNativePasswords=true,这次正常了。
this user requires mysql native password authentication
在连接mysql的url上加上?allowNativePasswords=true,这次正常了。