Comments on: Adminer – A Full-Featured MySQL Database Management Tool https://www.tecmint.com/adminer-mysql-database-administration-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 14 Sep 2023 19:29:18 +0000 hourly 1 By: Lionel LAFFINEUR https://www.tecmint.com/adminer-mysql-database-administration-linux/comment-page-1/#comment-2059025 Thu, 14 Sep 2023 19:29:18 +0000 http://www.tecmint.com/?p=5458#comment-2059025 Being software developer and daily user of Adminer, I wanted to add a new feature via Pull Request. But I quickly noticed it was going to be difficult since the project is discontinued for some time already.

Because I really like Adminer and don’t want to see it dying, I tried to get in touch with the original developer to propose my help on continuing.

Since I got no answer, the only option I had was to continue on my own through a fork that I called AdminerEvo (https://github.com/adminerevo/adminerevo).

There is a lot of work : support, new features, documentation, translations,…
Anyone is welcome to help, post comments, report problems or simply do testing.

Please, don’t be afraid, join the community and contribute in whatever way suits you. There are only well-intentioned people who follow the same goal: to move the project forward.

Regards,
L.

]]>
By: Michael https://www.tecmint.com/adminer-mysql-database-administration-linux/comment-page-1/#comment-1949121 Thu, 19 Jan 2023 21:34:16 +0000 http://www.tecmint.com/?p=5458#comment-1949121 FLUSH PRIVILEGES is only necessary if you update the privileges tables directly. When working with the GRANT syntax implicit flush happens.

]]>
By: Ravi Saive https://www.tecmint.com/adminer-mysql-database-administration-linux/comment-page-1/#comment-1911530 Tue, 08 Nov 2022 04:59:01 +0000 http://www.tecmint.com/?p=5458#comment-1911530 In reply to Andrew.

@Andrew,

Thanks, corrected the article…

]]>
By: Andrew https://www.tecmint.com/adminer-mysql-database-administration-linux/comment-page-1/#comment-1911486 Tue, 08 Nov 2022 03:07:05 +0000 http://www.tecmint.com/?p=5458#comment-1911486 It was formerly known as phpMinAdmin not phpMyAdmin (https://en.wikipedia.org/wiki/Adminer). Boy did that cause some confusion!

]]>
By: Ananda Bhattacharjee https://www.tecmint.com/adminer-mysql-database-administration-linux/comment-page-1/#comment-513870 Sat, 21 Mar 2015 09:25:09 +0000 http://www.tecmint.com/?p=5458#comment-513870 Very Good document.
I am working as a System Admin & use mysql dump to take backup of my databases. Use scp to copy data from remote server to local server. Entire process is done by the help of shell Script.
Did any have idea of Web based Mysql database backup application(Remote & Local Server), if it support Scheduling then it will be more help full for me.

]]>