mysql-compatibility-config

Make MySQL behave more like newer (or older) releases

  • 所有者: morgo/mysql-compatibility-config
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

mysql-compatibility-config

Make MySQL behave more like newer (or older) releases of MySQL.

Usage

The initial path i.e. mysql-57/ refers to the current version that you have installed. Inside that path are one or more compatibility file options.

For example, if I want to make my MySQL 5.7 server behave like MySQL 5.6, I would download mysql-57/mysql-56.cnf and add it to /etc/my.cnf directly under the [mysqld] option heading:

 [mysqld]
 !include /etc/mysql-56.cnf
 
 /* your other options appear below */

主要指标

概览
名称与所有者morgo/mysql-compatibility-config
主编程语言Shell
编程语言Shell (语言数: 1)
平台
许可证
所有者活动
创建于2015-01-15 13:53:59
推送于2017-03-02 01:33:41
最后一次提交2017-03-01 20:33:41
发布数0
用户参与
星数94
关注者数12
派生数32
提交数33
已启用问题?
问题数1
打开的问题数1
拉请求数2
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?