i use sqlite and mysql databases, one of need password, other one dont. so
i activeted passwordless login plugin, so i can manage sqlite now. but when
passwordless login plugin active, i cant login mysql server, there is a
message: "Access denied for user 'root'@'localhost' (using password: NO)"
and i disabled passwordless login so i can login mysql server. but this
time i cant manage sqlite. this is annoying, every time edit plugins. isn't
there a solution for this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I access the URL with the password-less plugin for SQLite and I access the Adminer itself for MySQL. You can also change the plugin to decide whether to use password based on the driver. You can also remove the password from MySQL if this is protected by other means (e.g. network visibility).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i use sqlite and mysql databases, one of need password, other one dont. so
i activeted passwordless login plugin, so i can manage sqlite now. but when
passwordless login plugin active, i cant login mysql server, there is a
message: "Access denied for user 'root'@'localhost' (using password: NO)"
and i disabled passwordless login so i can login mysql server. but this
time i cant manage sqlite. this is annoying, every time edit plugins. isn't
there a solution for this?
I access the URL with the password-less plugin for SQLite and I access the Adminer itself for MySQL. You can also change the plugin to decide whether to use password based on the driver. You can also remove the password from MySQL if this is protected by other means (e.g. network visibility).