Skip to content

Instantly share code, notes, and snippets.

@ActionScripted
Created August 21, 2014 14:32
Show Gist options
  • Save ActionScripted/cc9f6b83f0b55239833b to your computer and use it in GitHub Desktop.
Save ActionScripted/cc9f6b83f0b55239833b to your computer and use it in GitHub Desktop.
Installing MariaDB/MySQL system tables in '/usr/local/var/mysql' ...
140807 15:46:40 [Note] InnoDB: Using mutexes to ref count buffer pool pages
140807 15:46:40 [Note] InnoDB: The InnoDB memory heap is disabled
140807 15:46:40 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
140807 15:46:40 [Note] InnoDB: Compressed tables use zlib 1.2.5
140807 15:46:40 [Note] InnoDB: Using CPU crc32 instructions
140807 15:46:40 [Note] InnoDB: Initializing buffer pool, size = 128.0M
140807 15:46:40 [Note] InnoDB: Completed initialization of buffer pool
140807 15:46:40 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
140807 15:46:40 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
140807 15:46:40 [Note] InnoDB: Database physically writes the file full: wait...
140807 15:46:40 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
140807 15:46:40 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
140807 15:46:40 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
140807 15:46:40 [Warning] InnoDB: New log files created, LSN=45781
140807 15:46:40 [Note] InnoDB: Doublewrite buffer not found: creating new
140807 15:46:40 [Note] InnoDB: Doublewrite buffer created
140807 15:46:40 [Note] InnoDB: 128 rollback segment(s) are active.
140807 15:46:40 [Warning] InnoDB: Creating foreign key constraint system tables.
140807 15:46:40 [Note] InnoDB: Foreign key constraint system tables created
140807 15:46:40 [Note] InnoDB: Creating tablespace and datafile system tables.
140807 15:46:40 [Note] InnoDB: Tablespace and datafile system tables created.
140807 15:46:40 [Note] InnoDB: Waiting for purge to start
140807 15:46:40 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.17-65.0 started; log sequence number 0
140807 15:46:40 [Note] InnoDB: FTS optimize thread exiting.
140807 15:46:40 [Note] InnoDB: Starting shutdown...
140807 15:46:42 [Note] InnoDB: Shutdown completed; log sequence number 1616697
OK
Filling help tables...
140807 15:46:42 [Note] InnoDB: Using mutexes to ref count buffer pool pages
140807 15:46:42 [Note] InnoDB: The InnoDB memory heap is disabled
140807 15:46:42 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
140807 15:46:42 [Note] InnoDB: Compressed tables use zlib 1.2.5
140807 15:46:42 [Note] InnoDB: Using CPU crc32 instructions
140807 15:46:42 [Note] InnoDB: Initializing buffer pool, size = 128.0M
140807 15:46:42 [Note] InnoDB: Completed initialization of buffer pool
140807 15:46:42 [Note] InnoDB: Highest supported file format is Barracuda.
140807 15:46:42 [Note] InnoDB: 128 rollback segment(s) are active.
140807 15:46:42 [Note] InnoDB: Waiting for purge to start
140807 15:46:42 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.17-65.0 started; log sequence number 1616697
140807 15:46:42 [Note] InnoDB: FTS optimize thread exiting.
140807 15:46:42 [Note] InnoDB: Starting shutdown...
140807 15:46:45 [Note] InnoDB: Shutdown completed; log sequence number 1616707
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 MariaDB root USER !
To do so, start the server, then issue the following commands:
'/usr/local/Cellar/mariadb/10.0.12/bin/mysqladmin' -u root password 'new-password'
'/usr/local/Cellar/mariadb/10.0.12/bin/mysqladmin' -u root -h Allison.local password 'new-password'
Alternatively you can run:
'/usr/local/Cellar/mariadb/10.0.12/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 MariaDB Knowledgebase at http://mariadb.com/kb or the
MySQL manual for more instructions.
You can start the MariaDB daemon with:
cd '/usr/local/Cellar/mariadb/10.0.12' ; /usr/local/Cellar/mariadb/10.0.12/bin/mysqld_safe --datadir='/usr/local/var/mysql'
You can test the MariaDB daemon with mysql-test-run.pl
cd '/usr/local/Cellar/mariadb/10.0.12/mysql-test' ; perl mysql-test-run.pl
Please report any problems at http://mariadb.org/jira
The latest information about MariaDB is available at http://mariadb.org/.
You can find additional information about the MySQL part at:
http://dev.mysql.com
Support MariaDB development by buying support/new features from
SkySQL Ab. You can contact us about this at sales@skysql.com.
Alternatively consider joining our community based development effort:
http://mariadb.com/kb/en/contributing-to-the-mariadb-project/
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 43c8e94622519d227001953c2cbea2b1b3ef7ee5
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit haswell
OS X: 10.9.4-x86_64
Xcode: 5.1.1
CLT: 5.1.0.0.1.1396320587
Clang: 5.1 build 503
X11: 2.7.6 => /opt/X11
System Ruby: 2.0.0-451
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby
Your system is ready to brew.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment