access MySQL/MariaDB to manage them and run manual queries against? I'm still using MySQL Crashbench (Workbench) but its not great for MariaDB
Navicat
Navicat, Querious, HeidiSQL, SQLPro Studio, DataGrip
dbeaver
dbeaver - crappy UX/UI/overhead, but yeah work
The one inside PHPStorm or HeidiSQL
Heidisql is windows only I think too
A bit late but since no one has posted it before I highly recommend adminer. It's made in PHP so it's a breezy to develop plugins tailored to own DB. And it can't be easier to install, just drop the file on the server and you're done. I just miss the auto-completion of queries and a list of saved ones.
Thanks. I'm not overly keen on server-side database apps as it gives another attack vector.
Adminer
Think that you connect to your DB through socket with any manager, no matter if it's with adminer, workbench or any other 😉
But adminer lives on your server. Which is one application on your sercer more. Hence -> increased attack surface
adminer is wherever you want to place it: the server, the laptop, your battlestation... 😉 It's no more than an advanced frontend over a PDO connection
How does it allow ssh tunneling?
Обсуждают сегодня