Skip to content

Instantly share code, notes, and snippets.

@stantonk
Created January 26, 2017 20:48
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 stantonk/bf86fd1622ed366726631730a34720be to your computer and use it in GitHub Desktop.
Save stantonk/bf86fd1622ed366726631730a34720be to your computer and use it in GitHub Desktop.
mysql@5.5 on macOS 10.11.6 - Homebrew build logs
Homebrew build logs for mysql@5.5 on macOS 10.11.6
Build date: 2017-01-26 14:33:42
HOMEBREW_VERSION: 1.1.8
ORIGIN: https://github.com/Homebrew/brew
HEAD: e59ada508727f11464595893783beb914c26f60b
Last commit: 3 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: f753aaec2a2e7cf1cbbbe10b263532965fb0e2f6
Core tap last commit: 7 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local/Homebrew
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: octa-core 64-bit haswell
Homebrew Ruby: 2.0.0-p648
Clang: 8.0 build 800
Git: 2.10.0 => /usr/local/bin/git
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.8.0_111, 1.7.0_55
macOS: 10.11.6-x86_64
Xcode: N/A
CLT: 8.2.0.0.1.1480973914
X11: N/A
Your system is ready to brew.
2017-01-26 14:39:42 -0600
/usr/local/Cellar/mysql@5.5/5.5.49/bin/mysql_install_db
--verbose
--user=kevin
--basedir=/usr/local/Cellar/mysql@5.5/5.5.49
--datadir=/usr/local/var/mysql
--tmpdir=/tmp
Installing MySQL system tables...
170126 14:39:42 [Note] /usr/local/Cellar/mysql@5.5/5.5.49/bin/mysqld (mysqld 5.5.49) starting as process 2928 ...
OK
Filling help tables...
170126 14:39:43 [Note] /usr/local/Cellar/mysql@5.5/5.5.49/bin/mysqld (mysqld 5.5.49) starting as process 2932 ...
OK
To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/local/Cellar/mysql@5.5/5.5.49/bin/mysqladmin -u root password 'new-password'
/usr/local/Cellar/mysql@5.5/5.5.49/bin/mysqladmin -u root -h fork.local password 'new-password'
Alternatively you can run:
/usr/local/Cellar/mysql@5.5/5.5.49/bin/mysql_secure_installation
which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.
See the manual for more instructions.
You can start the MySQL daemon with:
cd /usr/local/Cellar/mysql@5.5/5.5.49 ; /usr/local/Cellar/mysql@5.5/5.5.49/bin/mysqld_safe &
You can test the MySQL daemon with mysql-test-run.pl
cd /usr/local/Cellar/mysql@5.5/5.5.49/mysql-test ; perl mysql-test-run.pl
Please report any problems at http://bugs.mysql.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment