Skip to content

支持了mysql远程配置

Choose a tag to compare

@jeady5 jeady5 released this 16 Jan 11:50
· 6 commits to main since this release

新增mysql远程配置功能

  • 优化代码结构,方便后续添加功能
  • 新增mysql配置指令 $config
    $config tbName ; 一个参数配置数据表名
    $config user passwd; 两个参数配置用户名 密码
    $config dbName user passwd ; 三个参数 配置数据库名 用户名 密码