1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpmyadmin_ynh.git synced 2024-09-03 19:56:46 +02:00
phpMyAdmin package for YunoHost
Find a file
2022-05-11 19:44:23 +02:00
.github [autopatch] Update issue and PR templates (#112) 2021-06-04 09:51:48 +02:00
conf 5.1.3 (#119) 2022-02-11 22:53:23 +01:00
doc Upgrade to 5.1.1 2021-07-08 08:42:29 +02:00
scripts Fix linter (#117) 2021-11-14 11:46:43 +01:00
.gitignore add app installation files 2014-01-14 22:57:44 +01:00
check_process Fix upgrade 2021-08-05 21:51:35 +02:00
LICENSE Initial commit for GPL2 License 2017-02-14 22:32:45 +00:00
manifest.json 5.1.3 (#119) 2022-02-11 22:53:23 +01:00
README.md 5.1.3 (#119) 2022-02-11 22:53:23 +01:00
README_fr.md 5.1.3 (#119) 2022-02-11 22:53:23 +01:00

phpMyAdmin for YunoHost

Integration level
Install phpMyAdmin with YunoHost

Lire ce readme en français.

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

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