[Adminer] Multi-databases management in a single PHP file

Hi

Adminer package for Yunohost has been updated to version 4.6.3

Adminer is the alternative to phpMyAdmin and much more.

As an alternate package to phpMyAdmin, Adminer can be used to get access for single databased. For eg. wordpress database can be accessed by the database username and password created at the time of installation of wordpress which can be found under /etc/yunohost/apps/wordpress/setting.yml. PhpMyAdmin give the mysql root access to the one single user who have access to all the databases. If single users needs to access the database of single app, this can not achieved by the phpMyAdmin present package. Adminer solves this problem by giving root as well as single database access to users.
Further Adminer support other databases like MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch, MongoDB. So you just need one app to access all the databases.

Adminer development priorities are: 1. Security, 2. User experience, 3. Performance, 4. Feature set, 5. Size.

Adminer for Yunohost has been updated to version 4.7.0.

Please update by admin web interface or by following command:

$ yunohost app upgrade -u https://github.com/YunoHost-Apps/adminer_ynh adminer

Adminer for Yunohost has been updated to version 4.7.1 .

Please update by admin web interface or by following command:

$ yunohost app upgrade -u https://github.com/YunoHost-Apps/adminer_ynh adminer

Adminer for Yunohost has been updated to version 4.7.6 .

Please update in admin web interface or by following command in ssh:

$ yunohost app upgrade -u https://github.com/YunoHost-Apps/adminer_ynh adminer

2 Likes

Adminer for Yunohost has been updated to version 4.7.8 .