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
Éric Gaspar e8bcf5f9e6
Testing (#106)
* Upgrade to version 5.0.4
* Fix linter warnings
* Set badge in SVG
2020-12-20 09:06:59 +01:00
conf Testing (#106) 2020-12-20 09:06:59 +01:00
scripts Testing (#106) 2020-12-20 09:06:59 +01:00
.gitignore add app installation files 2014-01-14 22:57:44 +01:00
check_process Testing (#106) 2020-12-20 09:06:59 +01:00
LICENSE Initial commit for GPL2 License 2017-02-14 22:32:45 +00:00
manifest.json Testing (#106) 2020-12-20 09:06:59 +01:00
pull_request_template.md Move from ci-apps-dev to ci-apps-hq 2019-04-15 20:55:35 +02:00
README.md Testing (#106) 2020-12-20 09:06:59 +01:00
README_fr.md Testing (#106) 2020-12-20 09:06:59 +01:00

phpMyAdmin for YunoHost

Integration level
Install phpMyAdmin with YunoHost

Lire ce readme en français.

This package allow you to install phpMyAdmin quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy 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.0.4

Screenshots

Demo

Configuration

Documentation

YunoHost specific features

Multi-users support

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

Limitations

Additionnal informations


Developers infos

Please do 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