* 5.1.3 * Auto-update README Co-authored-by: Yunohost-Bot <>
2.4 KiB
phpMyAdmin for YunoHost
This package allows you to install phpMyAdmin quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.
Overview
Manage MySQL databases over the web
Shipped version: 5.1.3~ynh1
Demo: https://demo.phpmyadmin.net/master-config
Screenshots
Disclaimers / important information
Overview
phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.
Documentation and resources
- Official app website: http://www.phpmyadmin.net
- Official admin documentation: https://www.phpmyadmin.net/docs/
- Upstream app code repository: https://github.com/phpmyadmin/phpmyadmin
- YunoHost documentation for this app: https://yunohost.org/app_phpmyadmin
- Report a bug: https://github.com/YunoHost-Apps/phpmyadmin_ynh/issues
Developer info
Please send your pull request to the testing branch.
To try the testing branch, please proceed like that.
sudo yunohost app install https://github.com/YunoHost-Apps/phpmyadmin_ynh/tree/testing --debug
or
sudo yunohost app upgrade phpmyadmin -u https://github.com/YunoHost-Apps/phpmyadmin_ynh/tree/testing --debug
More info regarding app packaging: https://yunohost.org/packaging_apps