Skip to content

Instantly share code, notes, and snippets.

@toddprouty
Created March 31, 2020 20:45
Show Gist options
  • Save toddprouty/159d1ac5ac1672131b8e5827b5e26e47 to your computer and use it in GitHub Desktop.
Save toddprouty/159d1ac5ac1672131b8e5827b5e26e47 to your computer and use it in GitHub Desktop.
mariadb on macOS 10.14.6 - Homebrew build logs
Homebrew build logs for mariadb on macOS 10.14.6
Build date: 2020-03-31 10:18:01
HOMEBREW_VERSION: 2.2.11
ORIGIN: https://github.com/Homebrew/brew
HEAD: fa8fe0fc396550c23156043cd07550fc6ae6a27a
Last commit: 7 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: d1d9b296f14cbf7fcb1bdd98186014ed22da8e96
Core tap last commit: 5 hours ago
HOMEBREW_PREFIX: /usr/local
CPU: quad-core 64-bit kabylake
Homebrew Ruby: 2.6.3 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.3/bin/ruby
Clang: 10.0 build 1001
Git: 2.20.1 => /Library/Developer/CommandLineTools/usr/bin/git
Curl: 7.54.0 => /usr/bin/curl
macOS: 10.14.6-x86_64
CLT: 10.3.0.0.1.1562985497
Xcode: N/A
Your system is ready to brew.
2020-03-31 13:24:33 -0500
/usr/local/Cellar/mariadb/10.4.11/bin/mysql_install_db
--verbose
--user=todd
--basedir=/usr/local/Cellar/mariadb/10.4.11
--datadir=/usr/local/var/mysql
--tmpdir=/tmp
chown: /usr/local/Cellar/mariadb/10.4.11/lib/plugin/auth_pam_tool_dir/auth_pam_tool: Operation not permitted
Couldn't set an owner to '/usr/local/Cellar/mariadb/10.4.11/lib/plugin/auth_pam_tool_dir/auth_pam_tool'.
It must be root, the PAM authentication plugin doesn't work otherwise..
Installing MariaDB/MySQL system tables in '/usr/local/var/mysql' ...
2020-03-31 13:24:33 0 [Note] /usr/local/Cellar/mariadb/10.4.11/bin/mysqld (mysqld 10.4.11-MariaDB) starting as process 12327 ...
2020-03-31 13:24:33 0 [Note] InnoDB: The first innodb_system data file 'ibdata1' did not exist. A new tablespace will be created!
2020-03-31 13:24:34 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2020-03-31 13:24:34 0 [Note] InnoDB: Uses event mutexes
2020-03-31 13:24:34 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-03-31 13:24:34 0 [Note] InnoDB: Number of pools: 1
2020-03-31 13:24:34 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-03-31 13:24:34 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2020-03-31 13:24:34 0 [Note] InnoDB: Completed initialization of buffer pool
2020-03-31 13:24:34 0 [Note] InnoDB: Setting file './ibdata1' size to 12 MB. Physically writing the file full; Please wait ...
2020-03-31 13:24:34 0 [Note] InnoDB: File './ibdata1' size is now 12 MB.
2020-03-31 13:24:34 0 [Note] InnoDB: Setting log file ./ib_logfile101 size to 50331648 bytes
2020-03-31 13:24:34 0 [Note] InnoDB: Setting log file ./ib_logfile1 size to 50331648 bytes
2020-03-31 13:24:34 0 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
2020-03-31 13:24:34 0 [Note] InnoDB: New log files created, LSN=11452
2020-03-31 13:24:34 0 [Note] InnoDB: Doublewrite buffer not found: creating new
2020-03-31 13:24:34 0 [Note] InnoDB: Doublewrite buffer created
2020-03-31 13:24:34 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-03-31 13:24:34 0 [Note] InnoDB: Creating foreign key constraint system tables.
2020-03-31 13:24:34 0 [Note] InnoDB: Creating tablespace and datafile system tables.
2020-03-31 13:24:34 0 [Note] InnoDB: Creating sys_virtual system tables.
2020-03-31 13:24:34 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-03-31 13:24:34 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-03-31 13:24:34 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2020-03-31 13:24:34 0 [Note] InnoDB: Waiting for purge to start
2020-03-31 13:24:34 0 [Note] InnoDB: 10.4.11 started; log sequence number 0; transaction id 7
2020-03-31 13:24:34 0 [ERROR] /usr/local/Cellar/mariadb/10.4.11/bin/mysqld: unknown variable 'mysqlx-bind-address=127.0.0.1'
2020-03-31 13:24:34 0 [ERROR] Aborting
Installation of system tables failed! Examine the logs in
/usr/local/var/mysql for more information.
The problem could be conflicting information in an external
my.cnf files. You can ignore these by doing:
shell> /usr/local/Cellar/mariadb/10.4.11/bin/mysql_install_db --defaults-file=~/.my.cnf
You can also try to start the mysqld daemon with:
shell> /usr/local/Cellar/mariadb/10.4.11/bin/mysqld --skip-grant-tables --general-log &
and use the command line tool /usr/local/Cellar/mariadb/10.4.11/bin/mysql
to connect to the mysql database and look at the grant tables:
shell> /usr/local/Cellar/mariadb/10.4.11/bin/mysql -u root mysql
mysql> show tables;
Try 'mysqld --help' if you have problems with paths. Using
--general-log gives you a log in /usr/local/var/mysql that may be helpful.
The latest information about mysql_install_db is available at
https://mariadb.com/kb/en/installing-system-tables-mysql_install_db
You can find the latest source at https://downloads.mariadb.org and
the maria-discuss email list at https://launchpad.net/~maria-discuss
Please check all of the above before submitting a bug report
at http://mariadb.org/jira
HOMEBREW_VERSION: 2.2.11
ORIGIN: https://github.com/Homebrew/brew
HEAD: fa8fe0fc396550c23156043cd07550fc6ae6a27a
Last commit: 7 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: d1d9b296f14cbf7fcb1bdd98186014ed22da8e96
Core tap last commit: 3 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_ERROR_PIPE: /private/tmp/homebrew20200331-11587-mtg738/socket
CPU: quad-core 64-bit kabylake
Homebrew Ruby: 2.6.3 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.3/bin/ruby
Clang: 10.0 build 1001
Git: 2.20.1 => /Library/Developer/CommandLineTools/usr/bin/git
Curl: 7.54.0 => /usr/bin/curl
macOS: 10.14.6-x86_64
CLT: 10.3.0.0.1.1562985497
Xcode: N/A
HOMEBREW_GIT: git
PATH: /usr/local/sbin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment