William Desportes

Results 1853 comments of William Desportes

>I got the same issue on Debian 12 For reference, did you also try the Debian package: phpmyadmin ?

Also, you may want to add ```php $cfg['DBG']['sql'] = true; $cfg['DBG']['sqllog'] = true; ``` And then is it easier to find the slow requests ![image](https://github.com/user-attachments/assets/5fdcdf32-94bb-4964-bfc9-757709c36c25) But still not 100% easy,...

> > Did you try using the master branch 6.0 version? > > Not yet, @williamdes Should I try with that version even before releasing TAG? Yes The latest 6.0...

On my setup I saved some useless queries by disabling some features ```php $cfg['VersionCheck'] = false;// Save some network latency $cfg['NavigationTreeShowFunctions'] = false; $cfg['NavigationTreeShowProcedures'] = false; $cfg['NavigationTreeShowEvents'] = false; $cfg['Servers'][$i]['DisableIS']...

@smarek Can you post a screenshot ? All tables and engines are affected ?

> why the INFORMATION_SCHEMA is not queried, that might be it. I have an idea, could you post your `config.inc.php` file without private data ?

Thank you for the precious information! I will have a look ASAP tomorrow

Thank you for the research @smarek ! That will help find a fix

@bismitaguha yes, but check https://github.com/phpmyadmin/sql-parser/issues/284 before Fixing that on the library could solve this issue

> revisiting this issue, is there still pending re-revert of patch in discussion https://github.com/phpmyadmin/sql-parser/pull/294#issuecomment-667098834 and what are the next steps please? i can try to help but i lost the...