Skip to content

Instantly share code, notes, and snippets.

@bi0xid
Created March 8, 2017 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bi0xid/2be9fc92bd2c5ef5db1857c87dcfe806 to your computer and use it in GitHub Desktop.
Save bi0xid/2be9fc92bd2c5ef5db1857c87dcfe806 to your computer and use it in GitHub Desktop.
mysql on macOS 10.12.3 - Homebrew build logs
Homebrew build logs for mysql on macOS 10.12.3
Build date: 2017-03-08 13:44:23
HOMEBREW_VERSION: 1.1.11
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 394f9fa0aaa5854aa52bc589708a079665dcf462
Last commit: 35 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 228f6f0eca1d36bd24325535c65abe5153983b61
Core tap last commit: 35 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local/Homebrew
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit broadwell
Homebrew Ruby: 2.0.0-p648
Clang: 8.0 build 800
Git: 2.10.1 => /Applications/Xcode.app/Contents/Developer/usr/bin/git
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /Users/bi0xid/.rbenv/shims/ruby => /Users/bi0xid/.rbenv/versions/2.2.3/bin/ruby
Java: 1.8.0_121, 1.6.0_65-b14-468
macOS: 10.12.3-x86_64
Xcode: 8.2.1
CLT: N/A
X11: 2.7.11 => /opt/X11
Your system is ready to brew.
2017-03-08 13:44:23 +0100
/usr/local/Cellar/mysql/5.7.17/bin/mysqld
--initialize-insecure
--user=bi0xid
--basedir=/usr/local/Cellar/mysql/5.7.17
--datadir=/usr/local/var/mysql
--tmpdir=/tmp
2017-03-08T12:44:23.140071Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2017-03-08T12:44:23.145304Z 0 [Warning] Setting lower_case_table_names=2 because file system for /usr/local/var/mysql/ is case insensitive
2017-03-08T12:44:25.087742Z 0 [Warning] InnoDB: New log files created, LSN=45790
2017-03-08T12:44:25.415676Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
2017-03-08T12:44:25.474577Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: f62b040a-03fc-11e7-8a22-7b0fd915dc10.
2017-03-08T12:44:25.569301Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2017-03-08T12:44:25.919092Z 0 [Warning] CA certificate ca.pem is self signed.
2017-03-08T12:44:26.005524Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment