2021-07-08 08:42:39 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2020-07-17 14:31:15 +02:00
# phpMyAdmin for YunoHost
2015-07-07 23:05:55 +02:00
2020-03-29 13:50:06 +02:00
[![Integration level ](https://dash.yunohost.org/integration/phpmyadmin.svg )](https://dash.yunohost.org/appci/app/phpmyadmin) ![](https://ci-apps.yunohost.org/ci/badges/phpmyadmin.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/phpmyadmin.maintain.svg)
2020-12-19 22:51:54 +01:00
[![Install phpMyAdmin with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=phpmyadmin)
2015-07-07 23:05:55 +02:00
2020-10-04 10:09:14 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2020-09-24 13:31:10 +02:00
2021-07-08 08:42:39 +02:00
> *This package allows you to install phpMyAdmin quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
2019-02-17 15:42:09 +01:00
## Overview
2021-07-08 08:42:39 +02:00
Manage MySQL databases over the web
2019-02-17 15:42:09 +01:00
2021-07-08 08:42:39 +02:00
**Shipped version:** 5.1.1~ynh1
2019-02-17 15:42:09 +01:00
2021-07-08 08:42:39 +02:00
**Demo:** https://demo.phpmyadmin.net/master-config
2019-02-17 15:42:09 +01:00
2021-07-08 08:42:39 +02:00
## Screenshots
2019-02-17 15:42:09 +01:00
2021-07-08 08:42:39 +02:00
![](./doc/screenshots/68747470733a2f2f7777772e7068706d7961646d696e2e6e65742f7374617469632f696d616765732f73637265656e73686f74732f7374727563747572652e706e67.png)
2019-02-17 15:42:09 +01:00
2021-07-08 08:42:39 +02:00
## Disclaimers / important information
2019-02-17 15:42:09 +01:00
2021-07-08 08:42:39 +02:00
## Overview
2019-02-17 15:42:09 +01:00
2021-07-08 08:42:39 +02:00
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
2019-02-17 15:42:09 +01:00
2021-07-08 08:42:39 +02:00
* Official app website: http://www.phpmyadmin.net
* Official user documentation: https://yunohost.org/en/app_phpmyadmin
* 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
2019-02-17 15:42:09 +01:00
2021-07-08 08:42:39 +02:00
## Developer info
2019-02-17 15:42:09 +01:00
2021-07-08 08:42:39 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/phpmyadmin_ynh/tree/testing ).
2019-02-17 15:42:09 +01:00
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
```
2021-07-08 08:42:39 +02:00
**More info regarding app packaging:** https://yunohost.org/packaging_apps