MoonE

Results 55 comments of MoonE

https://github.com/phpmyadmin/phpmyadmin/blob/d43f16f616ca61fa231fef4881ca63ef766aec4e/libraries/classes/Server/Privileges.php#L2253-L2258 `$sqlQuery0` is the `REVOKE ALL PRIVILEGES ON ...` query. #8565, #9673 were closed without being resolved?

@williamdes Why is this marked as duplicate?

In you php.ini file you can change `max_execution_time`. Should be in `c:\xampp\php\php.ini` or similar.

Have you restarted the apache server? Sorry, forgot to mention it.

Can be reproduced with a simple query like this, no schema required. ```sql SELECT * FROM ( SELECT 3 AS `test sorting` UNION ALL SELECT 2 LIMIT 2 ) AS...

@liviuconcioiu Could you provide steps to reproduce? I also don't get a back button.

Could also use `$CLAUSES` to build it. Though it fails to build an invalid statement like `KILL ;` which may not matter. ```patch diff --git a/src/Statements/KillStatement.php b/src/Statements/KillStatement.php index 7040a0f3..4ef3f532 100644...

Would you consider parsing these as an alias for string like `non-empty-string` etc. in #2152?

The xmlns url in your xml file is with https protocol, but the WMTSCapabilities parser expects http. https://github.com/openlayers/openlayers/blob/9f7630b1f3e0c9d3c6b5c6fc26ca5b508582caad/src/ol/format/WMTSCapabilities.js#L17-L27

This PR here adds types to all cases that were obvious to me. For the reset I'd appreciate some help. But in case there is no solution we can add...