Adminer doesn't let you log in using credentials if it's also possible to log in without a password. As a workaround, I created a docker image which removes the additional check for the empty password. More info in the gist itself https://gist.github.com/cilf/017348bfbce87fb95ff61e295415a54f
SELECT TABLE_NAME FROM information_schema.TABLES returns correct name
I'm still having the issue. Like Boris said. If I go Show structure -> Alter table then there's a lowercase name in the edit form. The issue for me is that when I click save, the sql command executed is also with a lowercase name. We like to grab the executed command and copy&paste it into our flyway scripts which are run on production linux servers with lower_case_table_names 0. Doing so actually renames the table on the linux servers which in turn breaks our case-sensitive application. video showing...
I got the same issue here (y)