Latest XAMPP version has phpMyAdmin problem
I upgraded to XAMPP version 5.6.14 yesterday and using phpMyAdmin I get an error going to User accounts. The analysis shows this sql query saying there are 5 unexpected closing brackets. Here's the query:
(SELECT DISTINCT `User`, `Host` FROM `mysql`.`user` ) UNION (SELECT DISTINCT `User`, `Host` FROM `mysql`.`db` ) UNION (SELECT DISTINCT `User`, `Host` FROM `mysql`.`tables_priv` ) UNION (SELECT DISTINCT `User`, `Host` FROM `mysql`.`columns_priv` ) UNION (SELECT DISTINCT `User`, `Host` FROM `mysql`.`procs_priv` ) ORDER BY `User` ASC, `Host` ASC
It doesn't show in the above query, but phpMyAdmin shows all 5 right brackets as errors and thus you can not open the User accounts, which is a serious problem.
Anybody else seen this bug in the lastest XAMPP release that came out October 19th? Sometimes it lets you into the User accounts and sometimes it throws this "fake" analysis and you can't get in.
