Liviu-Mihail Concioiu
Liviu-Mihail Concioiu
@williamdes I think there's no bug here. @staabm when you search, `LIKE` will generate `LIKE ''`. You have to select `LIKE %...%` in order to generate `LIKE '%%'`. @williamdes probably...
> another idea There's an issue open about this https://github.com/phpmyadmin/phpmyadmin/issues/14542.
Duplicate of #17292. Fixed on #17341. You need 5.2.0-dev https://demo.phpmyadmin.net/QA_5_2/, phpMyAdmin 5.2+snapshot available on [https://www.phpmyadmin.net/downloads/](https://www.phpmyadmin.net/downloads/)
You have 5.2.0-rc1. You need 5.2.0-dev - https://files.phpmyadmin.net/snapshots/phpMyAdmin-5.2+snapshot-english.zip
If you are using just for testing/learning, you need to backup your config file first (config.inc.php) and then you just need to remove the old folder and paste the new...
You have some missing texts even near `With selected`. It's very strange. Probably because of your config file. @williamdes knows if there's a setting for this or not. Regarding, INT(2),...
I've found a few more issues: If you copy a row, on the bottom left appears the date picker: https://user-images.githubusercontent.com/25424343/188064513-1e0ba203-aa78-41a9-ae4e-80eb13f46a3d.mp4 If the column type is only date, the date picker...
I can confirm what @Zio3D says. It exports only ~73 Kb (SQL only) and nothing else. Changing `application/x-gzip` with `application/octet-stream` fixes the problem. Isn't possible to check if `Firefox` is...
> Thanks for your comments, so this is a duplicate of #16042, right ? Yes.
@williamdes I think it is #17176.