mysql_install_db --user=mysql --basedir=/usr/local output: Installing MySQL system tables...2013-03-21 20:58:56 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). 2013-03-21 20:58:56 81008 [Note] InnoDB: The InnoDB memory heap is disabled 2013-03-21 20:58:56 81008 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2013-03-21 20:58:56 81008 [Note] InnoDB: Compressed tables use zlib 1.2.3 2013-03-21 20:58:56 81008 [Note] InnoDB: CPU does not support crc32 instructions 2013-03-21 20:58:56 81008 [Note] InnoDB: Initializing buffer pool, size = 128.0M 2013-03-21 20:58:56 81008 [Note] InnoDB: Completed initialization of buffer pool 2013-03-21 20:58:56 81008 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created! 2013-03-21 20:58:56 81008 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB 2013-03-21 20:58:56 81008 [N...
Musings of a Black Man