Yearning定位于 SQL 审核查询平台,旨在提升 DBA 的工作效率,支持多种数据库的 SQL 上线和查询,go+vue为Yearning带来了流畅且美观的用户界面与强大的性能.
Gitee:Yearning: Yearning Mysql SQL审核平台
安装步骤
wget https://github.com/cookieY/Yearning/releases/download/v3.0.1/Yearning-v3.0.1-linux-amd64.zip
unzip 解压
yearning
vim config.tom
- [Mysql]
- Db = "yearning"
- Host = "127.0.0.1"
- Port = "3306"
- Password = "newpass"
- User = "root"
-
- [General]
- #数据库加解密key,只可更改一次。
- SecretKey = "dbcjqheupqjxxxaa"
./Yearning install
./Yearning run &
http://url:8000/#/login
默认账号/密码:admin/Yearning_admin
使用指南:
在正式使用Yearning前,你需要先设置如下setup(请务必花几分钟时间阅读!)。