Liviu-Mihail Concioiu
Liviu-Mihail Concioiu
> I am not sure exactly how to reproduce this. I don't understand why `ORDER BY` would slow down the query. Is `id` a primary key? `id` isn't a primary...
> Are you able to import this file using PMA? I keep getting "Incorrect format parameter" Yeah, it works. Import has been successfully finished, 3111 queries executed. (tbl_test.sql). You can...
> I still can't reproduce this. Is this MariaDB or MySQL? MariaDB, but it doesn't matter, because technically isn't a bug. Because `Remember tables's sorting` is checked, if you sort...
> No matter what I search for, I get the result back in less than 0.5s. Have you tried to enter different numbers, to avoid query caching? The thing is...
If you run these two queries, what times do you get? (Table has 10 million rows). ```SQL SELECT * FROM `tbl_test` WHERE `test_id` = 5678901; SELECT * FROM `tbl_test` WHERE...
> If I use PMA to run the two queries, I get less than 1s for first and 12s for the second one. But if I do the same in...
@techscamhunter you have a ` at the end of the line, if you didn't wrote it by mistake in Github. Also, try and redo the config step by step. Also,...
Duplicate of #18437
> Hi, any steps to reproduce it? I tried it locally but unfortunately wasn't able to replicate I can't replicate it either. Is related to #19068.
> I've changed the config.inc file and named it config.inc It should be `config.inc.php`