AdminerEvo - web-based database management interface
To
day, I updated PHP on my local environment to 8.3 version and got this error in Adminer:
Trying to access array offset on null
I used adminer for 10 years and now Adminer project looks abandoned. Even it has pull request to fix the problem, there is no life for a half of year:
https://github.com/vrana/adminer/pull/484
Unfortunatelly, but Adminer project is dead. But, good for all of us, I found enthusiasts, who forked Adminer and continue to support single PHP file mysql client. This project is called AdminerEvo:
AdminerEvo is a replacement for PhpMyAdmin. It contains all basic features, which PhpMyAdmin does for CRUD operations with database:
So you download single PHP file, rename it to index.php and put it in separate virtual host. I use adminer.local on my local environment:
And you don't need to download a lot of PhpMyAdmin files anymore.