What can I do when I have my report working fine and at this time is showing an error that says that looker cannot connect to my dataset, but my mysql server is up and running the same as always without changes?
Solved! Go to Solution.
Finally found the fix for this on MySQL, it was to change the authentication method of the database with...
ALTER USER 'usuario_looker'@'%' IDENTIFIED WITH mysql_native_password BY 'tu_clave_segura';
FLUSH PRIVILEGES;
User | Count |
---|---|
3 | |
1 | |
1 | |
1 | |
1 |