error that says that looker cannot connect to my dataset

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?

jufarbol_0-1747775248070.png

 

jufarbol_0-1747774997792.png

 

 

Solved Solved
1 3 214
1 ACCEPTED 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;

View solution in original post

3 REPLIES 3

I'm experiencing the same error. Bigquery data connections that worked perfectly yesterday, today I can't even save without any changes.

rob_shelby_0-1747785838187.png

 

same issue 

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;