Created
March 6, 2014 06:48
-
-
Save xaicron/9383765 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ mysqlenv install 5.6.16 | |
run: mysql-build 5.6.16 /Users/shimada.yuji/.mysqlenv/mysqls/5.6.16 | |
Downloading http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.16.tar.gz... | |
Unpacking tarball... | |
Installing mysql-5.6.16... | |
Installed mysql-5.6.16 to /Users/shimada.yuji/.mysqlenv/mysqls/5.6.16 | |
run: scripts/mysql_install_db | |
Installing MySQL system tables...2014-03-06 15:24:10 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option | |
(see documentation for more details). | |
2014-03-06 15:24:10 7939 [Warning] Buffered warning: Could not increase number of max_open_files to more than 256 (request: 12800) | |
2014-03-06 15:24:10 7939 [Warning] Buffered warning: Changed limits: table_cache: 400 (requested 2000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment