It shows a warning and requests a password..
https://adminer.sourceforge.io/editor.php?username=
Fixed for now but it happens repeatedly. I don't know what's causing it.
Hi
I believe you have to run either: ALTER USER root@% IDENTIFIED VIA mysql_native_password; or ALTER USER root@% IDENTIFIED VIA mysql_old_password;
ALTER USER root@% IDENTIFIED VIA mysql_native_password;
ALTER USER root@% IDENTIFIED VIA mysql_old_password;
I found this out when i was running the latest mariadb docker against phpmyadmin. Can't find my references though, sorry.
Kind regards, Rik
I've moved the demo to demo.adminer.org.
Log in to post a comment.
Fixed for now but it happens repeatedly. I don't know what's causing it.
Hi
I believe you have to run either:
ALTER USER root@% IDENTIFIED VIA mysql_native_password;or
ALTER USER root@% IDENTIFIED VIA mysql_old_password;I found this out when i was running the latest mariadb docker against phpmyadmin. Can't find my references though, sorry.
Kind regards,
Rik
I've moved the demo to demo.adminer.org.