MySQL Client on

2020-08-25 Thread Todd Fabacher via use-livecode
I am using revOpenDatabase with the "MySQL" parameter on LiveCode server. I am getting an error: *Client does not support authentication protocol requested by server; consider upgrading MySQL client* What can I do?? I am in a real hole as the version of mySQL was updated to the latest version 8.

Re: MySQL Client on

2020-08-26 Thread panagiotis merakos via use-livecode
Hello all, This is because MySQL 8 supports a stronger authentication method based on SHA256, and this method is used by default. LiveCode (as well as some other MySQL connectors/clients) do not support this authentication method yet. In this case, you could configure your MySQL installation to u