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

推荐订阅源

博客园_首页
Y
Y Combinator Blog
Engineering at Meta
Engineering at Meta
D
Docker
GbyAI
GbyAI
aimingoo的专栏
aimingoo的专栏
大猫的无限游戏
大猫的无限游戏
腾讯CDC
P
Proofpoint News Feed
A
About on SuperTechFans
WordPress大学
WordPress大学
Stack Overflow Blog
Stack Overflow Blog
Google DeepMind News
Google DeepMind News
C
Check Point Blog
Microsoft Security Blog
Microsoft Security Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
L
LangChain Blog
MyScale Blog
MyScale Blog
博客园 - 三生石上(FineUI控件)
Hugging Face - Blog
Hugging Face - Blog
Microsoft Azure Blog
Microsoft Azure Blog
N
Netflix TechBlog - Medium
G
Google Developers Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

新城旧梦

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