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
Alexandre Aubin 238323ab95
Testing (#116)
* Fix ynh_composer_exec syntax

* Bump yunohost requirement to 4.3

* Bump package version

* Auto-update README

* Fix linter warnings

* Auto-update README

Co-authored-by: Yunohost-Bot <>
Co-authored-by: ericgaspar <junk.eg@free.fr>
2021-11-14 09:56:29 +01:00
.github [autopatch] Update issue and PR templates (#112) 2021-06-04 09:51:48 +02:00
conf 5.1.1 (#114) 2021-07-10 22:32:23 +02:00
doc Upgrade to 5.1.1 2021-07-08 08:42:29 +02:00
scripts Testing (#116) 2021-11-14 09:56:29 +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 Testing (#116) 2021-11-14 09:56:29 +01:00
README.md Testing (#116) 2021-11-14 09:56:29 +01:00
README_fr.md Testing (#116) 2021-11-14 09:56:29 +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.1~ynh2

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