The Aruba provider for sites with MySQL allows a single admin user for administrative operations. I would like to give access to certain read-only "select" features of Aminer so that other users can use the adminer page to read some reports in queries prepared ad hoc. Is there a way, a plugin, that allows the abstraction of the user login with respect to the administrative one? In other words, through a list of users known by Adminer, allow login by proxy (in the sense that adminer must connect with...
I am unable to activate loginOtp. I have two plugins: $plugins = array( // specify enabled plugins here new AdminerDumpJson(), new AdminerLoginOtp(), ); The two plugins resides on plugins subfolder. The first run fine, but when I uncomment the second I get only a white page. (Many thank for the creation of a page that build a secret overy time we refresh it, very useful) --- edit: I got, missing the parameter, thank you
I am unable to activate loginOtp. I have two plugins: $plugins = array( // specify enabled plugins here new AdminerDumpJson(), new AdminerLoginOtp(), ); The two plugins resides on plugins subfolder. The first run fine, but when I uncomment the second I get only a white page. (Many thank for the creation of a page that build a secret overy time we refresh it, very useful)
I am unable to activate loginOtp. I have two plugins: $plugins = array( // specify enabled plugins here new AdminerDumpJson(), new AdminerLoginOtp(), ); The two plugins resides on plugins subfolder. The first run fine, but when I uncomment the second I get only a white page. (Many thank for the creation of a page that build a secret overy time we refresh it, very useful) Uff, I got, it need parameter... Sorry I'm
I am unable to activate loginOtp. I have two plugins: $plugins = array( // specify enabled plugins here new AdminerDumpJson(), new AdminerLoginOtp(), ); The two plugins resides on plugins subfolder. The first run fine, but when I uncomment the second I get only a white page. (Many thank for the creation of a page that build a secret overy time we refresh it, very useful)
Adminer php 4.8.1 I have a quey sql that starts with set @variable=5420; SELECT _billing_last_name as cognome, _billing_first_name as nome, _billing_email as email, _billing_cf as CF, _billing_bacb as BACBnum, ... If I remove the set then the export (to Libreoffice calc) run fine, but if I run as is adminer export a null worksheet. Exporting to MS Excel I can see 3 characters:  Is this a query problem or an adminer problem?