1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-29 10:19:21 +08:00
2023-07-04 11:04:46 +08:00

14 lines
586 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

chapter "mysql-story"
brief `基于 Contexts 开发的Mysql 管理工具,包括客户端、安装器、集群管理工具等。`
table `
模块 命令 功能
shylinux.com/x/mysql-story/src/client web.code.mysql.client Mysql的客户端
shylinux.com/x/mysql-story/src/client web.code.mysql.query Mysql的数据查询
shylinux.com/x/mysql-story/src/client web.code.mysql.grant Mysql的权限管理
shylinux.com/x/mysql-story/src/server web.code.mysql.server Mysql的下载、编译、安装
`
shell `
git clone https://shylinux.com/x/mysql-story
cd mysql-story; source etc/miss.sh
`