惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
D
DataBreaches.Net
博客园 - 三生石上(FineUI控件)
博客园_首页
T
Tailwind CSS Blog
美团技术团队
Hugging Face - Blog
Hugging Face - Blog
博客园 - 叶小钗
大猫的无限游戏
大猫的无限游戏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 聂微东
S
SegmentFault 最新的问题
小众软件
小众软件
酷 壳 – CoolShell
酷 壳 – CoolShell
N
Netflix TechBlog - Medium
Jina AI
Jina AI
WordPress大学
WordPress大学
U
Unit 42
J
Java Code Geeks
Blog — PlanetScale
Blog — PlanetScale
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The Cloudflare Blog

新城旧梦

Anaconda环境下安装PYG及CUDA - 新城旧梦 高中三年复盘 - 新城旧梦 2024年终总结 - 新城旧梦 高数上笔记 - 新城旧梦 鸿蒙开发记录 - 新城旧梦 git仓库迁移并保留所有记录 - 新城旧梦 记一次ssh无法登陆的处理 - 新城旧梦 amftp 3.0 for docker 发布 - 新城旧梦 2023新年快乐 - 新城旧梦
Amysql 1.7 for Docker发布 - 新城旧梦
dadafox · 2023-01-29 · via 新城旧梦

Github仓库

Amysql docker image

Docker container for Amysql

Official Website

Introduce

AMYSQL is a safe, efficient and simple MySQL database management web client (open source and free). Using AMYSQL, you can easily and efficiently complete daily MySQL data management and maintenance, including the management of databases, data tables, and user permissions. AMYSQL supports running in the PHP5~PHP8 environment. The core control program of AMYSQL is only 30 KB, the main data interaction controller file is only 2 and 10 functions, and the rest are loaded and managed in the form of static JS plug-in extension. The system simplifies the operation to the maximum extent, and the security of the program is also effectively guaranteed.

AMYSQL是一个安全高效、简易的MySQL数据库管理Web客户端 (开源免费),使用AMYSQL可简单高效完成日常MySQL数据管理维护,包含数据库、数据表、用户权限各方面的管理。 AMYSQL支持运行于PHP5~PHP8环境,AMYSQL核心控制程序仅30余KB,主要数据交互控制器文件只有2个、10余函数,其余均为静态JS插件扩展形式载入管理,系统在最大程度简化运行的同时,程序的安全性也得到有效保证。

Usage

Download Config.php from repository
Pull docker image
Edit Config.php
Start container with command:

docker pull itxcjm/amysql:1.0 

docker run -p 81:80 --name amysql -v ./Config.php:/var/www/html/Amysql/Config.php itxcjm/amysql:1.0