I installed Percona server 5.6.
Installation notes:
{"homebrew_version":"1.1.11-103-g52d1d2c","used_options":[],"unused_options":["--with-test","--with-embedded","--with-memcached","--with-local-infile"],"built_as_bottle":true,"poured_from_bottle":true,"installed_as_dependency":false,"installed_on_request":true,"changed_files":["bin/msql2mysql","bin/mysql_config","bin/mysqlbug","bin/mysqld_multi","bin/mysqld_safe","libexec/mysqlaccess","sql-bench/crash-me","sql-bench/server-cfg","support-files/mysql.server","support-files/mysqld_multi.server","INSTALL_RECEIPT.json","[email protected]","include/mysql/my_config.h","mysql-test/Makefile","mysql-test/suite/ndb/include/have_java.inc","share/doc/[email protected]/INFO_BIN","share/man/man1/myisam_ftdump.1","share/man/man1/mysql.server.1","share/man/man1/mysql_config.1","share/man/man1/mysqlaccess.1","share/man/man1/mysqld_multi.1","share/man/man1/mysqld_safe.1","support-files/mysql-log-rotate"],"time":1490089577,"source_modified_time":1476356576,"HEAD":null,"stdlib":"libcxx","compiler":"clang","runtime_dependencies":[{"full_name":"openssl","version":"1.0.2k"}],"source":{"path":"/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/[email protected]","tap":"homebrew/core","spec":"stable","versions":{"stable":"5.6.33-79.0","devel":null,"head":null,"version_scheme":0}}}
when I check the version in mysql it shows 5.7
mysql> SHOW VARIABLES LIKE "%version%";
+-------------------------+-----------------------+
| Variable_name | Value |
+-------------------------+-----------------------+
| innodb_version | 5.7.17 |
| protocol_version | 10 |
| slave_type_conversions | |
| tls_version | TLSv1,TLSv1.1,TLSv1.2 |
| version | 5.7.17 |
| version_comment | Homebrew |
| version_compile_machine | x86_64 |
| version_compile_os | osx10.11 |
+-------------------------+-----------------------+
8 rows in set (0.00 sec)
install [email protected]
but its still same problem – Cafebabe