Yes Marc, we saw your message.
It's done = added to config.inc.php on the testing server.
;)
*********
Ann
******************************************
-----Ursprüngliche Nachricht-----
Von: Marc Delisle [mailto:marc@infomarc.info]
Gesendet: Samstag, 18. Oktober 2014 13:59
An: Ann + J.M.
Betreff: message to the -devel list
Hi,
did you see my message on the devel list:
Hi J.M.,
could you ensure that config.inc.php on the test server uses the new option:
$cfg['Servers'][$i]['DisableIS'] = true;
--
Marc Delisle | phpMyAdmin
---
Diese E-Mail ist frei von Viren und Malware, denn der avast! Antivirus Schutz ist aktiv.
http://www.avast.com
Hi J.M.,
could you ensure that config.inc.php on the test server uses the new option:
$cfg['Servers'][$i]['DisableIS'] = true;
--
Marc Delisle (phpMyAdmin)
Hi all,
Following queries are used to assess whether the logged in user has super,
create user and grant privileges respectively. See [1]
SELECT 1 FROM mysql.user LIMIT 1
SELECT 1 FROM INFORMATION_SCHEMA.USER_PRIVILEGES WHERE PRIVILEGE_TYPE =
'CREATE USER' LIMIT 1
SELECT 1 FROM INFORMATION_SCHEMA.USER_PRIVILEGES WHERE IS_GRANTABLE = 'YES'
LIMIT 1
However, if I create a user with all global privileges except for 'GRANT',
'SUPER', and 'CREATE USER' privileges all the above queries return 1 since
the queries does not check for the grantee column. Rows corresponding to
root user make all these queries return 1.
This obviously looks a bug to me. I'm writing to make sure that I'm not
missing out on something obvious.
[1]
https://github.com/phpmyadmin/phpmyadmin/blob/master/libraries/DatabaseInte…
--
Thanks and Regards,
Madhura Jayaratne
Hi all,
I need your help in verifying the fix for bug #4259 [1], which went in to
the release 4.2.10.
The bug is reported for Firefox 29 on Linux. I performed tests on following
setups, but could not recreate the bug using release 4.2.10 or QA_4_2
branch.
Firefox 20 on Ubuntu
Firefox 29 on Windows 7 (using BrowserStack local testing)
If you are able to reproduce the problem, pls let me know.
[1] http://sourceforge.net/p/phpmyadmin/bugs/4259
--
Thanks and Regards,
Madhura Jayaratne