Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morgo/mysql-compatibility-config
Make MySQL behave more like newer (or older) releases
https://github.com/morgo/mysql-compatibility-config
Last synced: about 1 month ago
JSON representation
Make MySQL behave more like newer (or older) releases
- Host: GitHub
- URL: https://github.com/morgo/mysql-compatibility-config
- Owner: morgo
- Created: 2015-01-15T13:53:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T01:33:41.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T07:08:16.471Z (4 months ago)
- Language: Shell
- Size: 28.3 KB
- Stars: 94
- Watchers: 13
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mysql - mysql-compatibility-config - make MySQL configuration behave more like newer (or older) releases of MySQL. (Configuration)
README
# 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 */