0
I can’t get my Fluig server up, because there’s an error
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Public Key Retrieval is not allowed
Exhaustively researching, discovered that I would need to change the value of the property
allowPublicKeyRetrieval
for true.
I went to Mysql Workbench 8 to see, but did not find the property through Local Instance, Options File.
The way was this msmo? Where can I make this check?
In the link you posted, I believe it is for you to add this parameter in the connection URL something like:
jdbc:mysql://address:port/database?allowPublicKeyRetrieval=true&useSSL=false
– Viktor Hugo
Dear @Viktorhugo, the problem is just this. Where to do this?
– user4701