Skip to content

YunoHost-Apps/phpmyadmin_ynh

Repository files navigation

phpMyAdmin for YunoHost

Integration level Working status Maintenance status

Install phpMyAdmin with YunoHost

Read this README in other languages.

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

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.

Shipped version: 5.2.1~ynh1

Demo: https://demo.phpmyadmin.net/master-config

Screenshots

Screenshot of phpMyAdmin

Documentation and resources

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