Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewjswan/phpmyadmin-addon
Addon for Home Assistant. A web interface for the MariaDB & MySQL SQL Server.
https://github.com/andrewjswan/phpmyadmin-addon
home-assistant homeassistant homeassistant-addons mariadb mysql phpmyadmin
Last synced: about 1 month ago
JSON representation
Addon for Home Assistant. A web interface for the MariaDB & MySQL SQL Server.
- Host: GitHub
- URL: https://github.com/andrewjswan/phpmyadmin-addon
- Owner: andrewjswan
- License: mit
- Created: 2024-05-29T16:38:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T09:14:21.000Z (2 months ago)
- Last Synced: 2024-12-09T10:21:55.447Z (2 months ago)
- Topics: home-assistant, homeassistant, homeassistant-addons, mariadb, mysql, phpmyadmin
- Language: Dockerfile
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# phpMyAdmin Add-on
## General
[![ha addon_badge](https://img.shields.io/badge/HA-Addon-blue.svg)](https://developers.home-assistant.io/docs/add-ons)
[![phpmyadmin](https://img.shields.io/badge/phpMy-Admin-blue.svg)](https://github.com/andrewjswan/phpmyadmin-addon/)
[![GitHub](https://img.shields.io/github/license/andrewjswan/phpmyadmin-addon?color=blue)](https://github.com/andrewjswan/phpmyadmin-addon/blob/master/LICENSE)
[![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/andrewjswan/phpmyadmin-addon?include_prereleases)](https://github.com/andrewjswan/phpmyadmin-addon/blob/main/phpmyadmin/CHANGELOG.md)
[![StandWithUkraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)A web interface for the MariaDB & MySQL SQL Server.
## Architecture
![Supports armv7 Architecture][armv7-shield]
![Supports aarch64 Architecture][aarch64-shield]
![Supports amd64 Architecture][amd64-shield]
![Supports i386 Architecture][i386-shield]
![Supports armhf Architecture][armhf-shield]## About
phpMyAdmin is a database administration tool for MariaDB & MySQL. 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.![phpMyAdmin screenshot][screenshot]
## Notes
Addon based on offical [Home Assistant Community Add-on: phpMyAdmin][phpmyadmin] by [Franck Nijhof][frenck].
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[screenshot]: https://raw.githubusercontent.com/hassio-addons/addon-phpmyadmin/main/images/screenshot.png
[frenck]: https://github.com/frenck
[phpmyadmin]: https://github.com/hassio-addons/phpmyadmin-addon