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

推荐订阅源

Google DeepMind News
Google DeepMind News
aimingoo的专栏
aimingoo的专栏
爱范儿
爱范儿
D
Docker
I
InfoQ
Microsoft Security Blog
Microsoft Security Blog
G
Google Developers Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
Tailwind CSS Blog
D
DataBreaches.Net
月光博客
月光博客
N
Netflix TechBlog - Medium
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
Visual Studio Blog
MyScale Blog
MyScale Blog
B
Blog
阮一峰的网络日志
阮一峰的网络日志
L
LangChain Blog
Recent Announcements
Recent Announcements
Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学

新城旧梦

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