Skip to content

Instantly share code, notes, and snippets.

@rasa
Created August 6, 2013 04:21
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 rasa/6161973 to your computer and use it in GitHub Desktop.
Save rasa/6161973 to your computer and use it in GitHub Desktop.
Mysql 5.6 install test from https://launchpad.net/~ondrej/+archive/mysql
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3462]: /usr/bin/mysql_install_db: line 37: use: command not found
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3462]: /usr/bin/mysql_install_db: line 38: use: command not found
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3462]: /usr/bin/mysql_install_db: line 39: use: command not found
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3462]: /usr/bin/mysql_install_db: line 40: use: command not found
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3462]: /usr/bin/mysql_install_db: line 41: use: command not found
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3462]: /usr/bin/mysql_install_db: line 42: use: command not found
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3462]: /usr/bin/mysql_install_db: line 43: use: command not found
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3462]: /usr/bin/mysql_install_db: line 45: syntax error near unexpected token `"pass_through"'
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3462]: /usr/bin/mysql_install_db: line 45: `Getopt::Long::Configure("pass_through");'
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:57 0 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:57 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:57 3481 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:57 3481 [Note] Plugin 'FEDERATED' is disabled.
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:57 3481 [Note] InnoDB: The InnoDB memory heap is disabled
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:57 3481 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:57 3481 [Note] InnoDB: Compressed tables use zlib 1.2.7
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:57 3481 [Note] InnoDB: Using Linux native AIO
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:57 3481 [Note] InnoDB: Not using CPU crc32 instructions
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:57 3481 [Note] InnoDB: Initializing buffer pool, size = 128.0M
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:57 3481 [Note] InnoDB: Completed initialization of buffer pool
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:57 3481 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:57 3481 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:57 3481 [Note] InnoDB: Database physically writes the file full: wait...
Aug 5 21:06:57 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:57 3481 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
Aug 5 21:06:58 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:58 3481 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
Aug 5 21:06:58 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:58 3481 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
Aug 5 21:06:58 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:58 3481 [Warning] InnoDB: New log files created, LSN=45781
Aug 5 21:06:58 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:58 3481 [Note] InnoDB: Doublewrite buffer not found: creating new
Aug 5 21:06:58 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:58 3481 [Note] InnoDB: Doublewrite buffer created
Aug 5 21:06:58 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:58 3481 [Note] InnoDB: 128 rollback segment(s) are active.
Aug 5 21:06:58 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:58 3481 [Warning] InnoDB: Creating foreign key constraint system tables.
Aug 5 21:06:58 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:58 3481 [Note] InnoDB: Foreign key constraint system tables created
Aug 5 21:06:58 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:58 3481 [Note] InnoDB: Creating tablespace and datafile system tables.
Aug 5 21:06:58 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:58 3481 [Note] InnoDB: Tablespace and datafile system tables created.
Aug 5 21:06:58 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:58 3481 [Note] InnoDB: Waiting for purge to start
Aug 5 21:06:58 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:58 3481 [Note] InnoDB: 5.6.13 started; log sequence number 0
Aug 5 21:06:58 ubuntu-server-raring-32 mysqld_safe[3482]: ERROR: 1105 Bootstrap file error, return code (0). Nearest query: 'USE mysql
Aug 5 21:06:58 ubuntu-server-raring-32 mysqld_safe[3482]: ALTER TABLE user CHANGE Password Password char(41) character set latin1 collate latin1_bin DEFAULT '' NOT NULL'
Aug 5 21:06:58 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:58 3481 [ERROR] Aborting
Aug 5 21:06:58 ubuntu-server-raring-32 mysqld_safe[3482]:
Aug 5 21:06:58 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:58 3481 [Note] Binlog end
Aug 5 21:06:58 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:58 3481 [Note] InnoDB: FTS optimize thread exiting.
Aug 5 21:06:58 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:06:58 3481 [Note] InnoDB: Starting shutdown...
Aug 5 21:07:00 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:07:00 3481 [Note] InnoDB: Shutdown completed; log sequence number 1600607
Aug 5 21:07:00 ubuntu-server-raring-32 mysqld_safe[3482]: 2013-08-05 21:07:00 3481 [Note] /usr/sbin/mysqld: Shutdown complete
Aug 5 21:07:00 ubuntu-server-raring-32 mysqld_safe[3482]:
Aug 5 21:07:02 ubuntu-server-raring-32 mysqld_safe[3535]: 2013-08-05 21:07:02 0 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
Aug 5 21:07:02 ubuntu-server-raring-32 mysqld_safe[3535]: 2013-08-05 21:07:02 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
Aug 5 21:07:02 ubuntu-server-raring-32 mysqld_safe[3535]: 2013-08-05 21:07:02 3534 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
Aug 5 21:07:02 ubuntu-server-raring-32 mysqld_safe[3535]: 2013-08-05 21:07:02 3534 [Note] Plugin 'FEDERATED' is disabled.
Aug 5 21:07:02 ubuntu-server-raring-32 mysqld_safe[3535]: 2013-08-05 21:07:02 3534 [Note] InnoDB: The InnoDB memory heap is disabled
Aug 5 21:07:02 ubuntu-server-raring-32 mysqld_safe[3535]: 2013-08-05 21:07:02 3534 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
Aug 5 21:07:02 ubuntu-server-raring-32 mysqld_safe[3535]: 2013-08-05 21:07:02 3534 [Note] InnoDB: Compressed tables use zlib 1.2.7
Aug 5 21:07:02 ubuntu-server-raring-32 mysqld_safe[3535]: 2013-08-05 21:07:02 3534 [Note] InnoDB: Using Linux native AIO
Aug 5 21:07:02 ubuntu-server-raring-32 mysqld_safe[3535]: 2013-08-05 21:07:02 3534 [Note] InnoDB: Not using CPU crc32 instructions
Aug 5 21:07:02 ubuntu-server-raring-32 mysqld_safe[3535]: 2013-08-05 21:07:02 3534 [Note] InnoDB: Initializing buffer pool, size = 128.0M
Aug 5 21:07:02 ubuntu-server-raring-32 mysqld_safe[3535]: 2013-08-05 21:07:02 3534 [Note] InnoDB: Completed initialization of buffer pool
Aug 5 21:07:02 ubuntu-server-raring-32 mysqld_safe[3535]: 2013-08-05 21:07:02 3534 [Note] InnoDB: Highest supported file format is Barracuda.
Aug 5 21:07:02 ubuntu-server-raring-32 mysqld_safe[3535]: 2013-08-05 21:07:02 3534 [Note] InnoDB: 128 rollback segment(s) are active.
Aug 5 21:07:02 ubuntu-server-raring-32 mysqld_safe[3535]: 2013-08-05 21:07:02 3534 [Note] InnoDB: Waiting for purge to start
Aug 5 21:07:02 ubuntu-server-raring-32 mysqld_safe[3535]: 2013-08-05 21:07:02 3534 [Note] InnoDB: 5.6.13 started; log sequence number 1600617
Aug 5 21:07:02 ubuntu-server-raring-32 mysqld_safe[3535]: ERROR: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE user ADD column Show_view_priv enum('N','Y') CHARACTER SET utf8 NOT ' at line 1
Aug 5 21:07:02 ubuntu-server-raring-32 mysqld_safe[3535]: 2013-08-05 21:07:02 3534 [ERROR] Aborting
Aug 5 21:07:02 ubuntu-server-raring-32 mysqld_safe[3535]:
Aug 5 21:07:02 ubuntu-server-raring-32 mysqld_safe[3535]: 2013-08-05 21:07:02 3534 [Note] Binlog end
Aug 5 21:07:02 ubuntu-server-raring-32 mysqld_safe[3535]: 2013-08-05 21:07:02 3534 [Note] InnoDB: FTS optimize thread exiting.
Aug 5 21:07:02 ubuntu-server-raring-32 mysqld_safe[3535]: 2013-08-05 21:07:02 3534 [Note] InnoDB: Starting shutdown...
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3535]: 2013-08-05 21:07:04 3534 [Note] InnoDB: Shutdown completed; log sequence number 1600627
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3535]: 2013-08-05 21:07:04 3534 [Note] /usr/sbin/mysqld: Shutdown complete
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3535]:
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]: 2013-08-05 21:07:04 0 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]: 2013-08-05 21:07:04 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]: 2013-08-05 21:07:04 3560 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]: 2013-08-05 21:07:04 3560 [Note] Plugin 'FEDERATED' is disabled.
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]: 2013-08-05 21:07:04 3560 [Note] InnoDB: The InnoDB memory heap is disabled
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]: 2013-08-05 21:07:04 3560 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]: 2013-08-05 21:07:04 3560 [Note] InnoDB: Compressed tables use zlib 1.2.7
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]: 2013-08-05 21:07:04 3560 [Note] InnoDB: Using Linux native AIO
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]: 2013-08-05 21:07:04 3560 [Note] InnoDB: Not using CPU crc32 instructions
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]: 2013-08-05 21:07:04 3560 [Note] InnoDB: Initializing buffer pool, size = 128.0M
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]: 2013-08-05 21:07:04 3560 [Note] InnoDB: Completed initialization of buffer pool
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]: 2013-08-05 21:07:04 3560 [Note] InnoDB: Highest supported file format is Barracuda.
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]: 2013-08-05 21:07:04 3560 [Note] InnoDB: 128 rollback segment(s) are active.
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]: 2013-08-05 21:07:04 3560 [Note] InnoDB: Waiting for purge to start
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]: 2013-08-05 21:07:04 3560 [Note] InnoDB: 5.6.13 started; log sequence number 1600627
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]: ERROR: 1105 Bootstrap file error, return code (0). Nearest query: 'USE mysql
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]: REPLACE INTO user SET host='localhost', user='debian-sys-maint', password=password('LIV4sLWf7iAlt7Wn'), Select_priv='Y', Insert_priv='Y', Update_priv='Y', Delete_priv='Y', Create_priv='Y', Drop_priv='Y', Reload_priv='Y', Shutdown_priv='Y', Process_priv='Y', File_priv='Y', Grant_priv='Y', References_priv='Y', Index_priv='Y', Alter_priv='Y', Super_priv='Y', Show_db_priv='Y', Create_tmp_table_priv='Y', Lock_tables_priv='Y', E
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]: 2013-08-05 21:07:04 3560 [ERROR] Aborting
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]:
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]: 2013-08-05 21:07:04 3560 [Note] Binlog end
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]: 2013-08-05 21:07:04 3560 [Note] InnoDB: FTS optimize thread exiting.
Aug 5 21:07:04 ubuntu-server-raring-32 mysqld_safe[3561]: 2013-08-05 21:07:04 3560 [Note] InnoDB: Starting shutdown...
Aug 5 21:07:06 ubuntu-server-raring-32 mysqld_safe[3561]: 2013-08-05 21:07:06 3560 [Note] InnoDB: Shutdown completed; log sequence number 1600637
Aug 5 21:07:06 ubuntu-server-raring-32 mysqld_safe[3561]: 2013-08-05 21:07:06 3560 [Note] /usr/sbin/mysqld: Shutdown complete
Aug 5 21:07:06 ubuntu-server-raring-32 mysqld_safe[3561]:
Aug 5 21:07:06 ubuntu-server-raring-32 mysqld_safe[3587]: 2013-08-05 21:07:06 0 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
Aug 5 21:07:06 ubuntu-server-raring-32 mysqld_safe[3587]: 2013-08-05 21:07:06 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
Aug 5 21:07:06 ubuntu-server-raring-32 mysqld_safe[3587]: 2013-08-05 21:07:06 3586 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
Aug 5 21:07:06 ubuntu-server-raring-32 mysqld_safe[3587]: 2013-08-05 21:07:06 3586 [Note] Plugin 'FEDERATED' is disabled.
Aug 5 21:07:06 ubuntu-server-raring-32 mysqld_safe[3587]: 2013-08-05 21:07:06 3586 [Note] InnoDB: The InnoDB memory heap is disabled
Aug 5 21:07:06 ubuntu-server-raring-32 mysqld_safe[3587]: 2013-08-05 21:07:06 3586 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
Aug 5 21:07:06 ubuntu-server-raring-32 mysqld_safe[3587]: 2013-08-05 21:07:06 3586 [Note] InnoDB: Compressed tables use zlib 1.2.7
Aug 5 21:07:06 ubuntu-server-raring-32 mysqld_safe[3587]: 2013-08-05 21:07:06 3586 [Note] InnoDB: Using Linux native AIO
Aug 5 21:07:06 ubuntu-server-raring-32 mysqld_safe[3587]: 2013-08-05 21:07:06 3586 [Note] InnoDB: Not using CPU crc32 instructions
Aug 5 21:07:06 ubuntu-server-raring-32 mysqld_safe[3587]: 2013-08-05 21:07:06 3586 [Note] InnoDB: Initializing buffer pool, size = 128.0M
Aug 5 21:07:06 ubuntu-server-raring-32 mysqld_safe[3587]: 2013-08-05 21:07:06 3586 [Note] InnoDB: Completed initialization of buffer pool
Aug 5 21:07:06 ubuntu-server-raring-32 mysqld_safe[3587]: 2013-08-05 21:07:06 3586 [Note] InnoDB: Highest supported file format is Barracuda.
Aug 5 21:07:06 ubuntu-server-raring-32 mysqld_safe[3587]: 2013-08-05 21:07:06 3586 [Note] InnoDB: 128 rollback segment(s) are active.
Aug 5 21:07:06 ubuntu-server-raring-32 mysqld_safe[3587]: 2013-08-05 21:07:06 3586 [Note] InnoDB: Waiting for purge to start
Aug 5 21:07:06 ubuntu-server-raring-32 mysqld_safe[3587]: 2013-08-05 21:07:06 3586 [Note] InnoDB: 5.6.13 started; log sequence number 1600637
Aug 5 21:07:06 ubuntu-server-raring-32 mysqld_safe[3587]: 2013-08-05 21:07:06 3586 [Note] Binlog end
Aug 5 21:07:06 ubuntu-server-raring-32 mysqld_safe[3587]: 2013-08-05 21:07:06 3586 [Note] InnoDB: FTS optimize thread exiting.
Aug 5 21:07:06 ubuntu-server-raring-32 mysqld_safe[3587]: 2013-08-05 21:07:06 3586 [Note] InnoDB: Starting shutdown...
Aug 5 21:07:08 ubuntu-server-raring-32 mysqld_safe[3587]: 2013-08-05 21:07:08 3586 [Note] InnoDB: Shutdown completed; log sequence number 1600647
Aug 5 21:07:17 ubuntu-server-raring-32 mysqld_safe: Starting mysqld daemon with databases from /var/lib/mysql
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 0 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [Note] Plugin 'FEDERATED' is disabled.
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [ERROR] Function 'innodb' already exists
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [Warning] Couldn't load plugin named 'innodb' with soname 'ha_innodb.so'.
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [ERROR] Function 'federated' already exists
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [Warning] Couldn't load plugin named 'federated' with soname 'ha_federated.so'.
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [ERROR] Function 'blackhole' already exists
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [Warning] Couldn't load plugin named 'blackhole' with soname 'ha_blackhole.so'.
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [ERROR] Function 'archive' already exists
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [Warning] Couldn't load plugin named 'archive' with soname 'ha_archive.so'.
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [Note] InnoDB: The InnoDB memory heap is disabled
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [Note] InnoDB: Compressed tables use zlib 1.2.7
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [Note] InnoDB: Using Linux native AIO
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [Note] InnoDB: Not using CPU crc32 instructions
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [Note] InnoDB: Initializing buffer pool, size = 128.0M
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [Note] InnoDB: Completed initialization of buffer pool
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [Note] InnoDB: Highest supported file format is Barracuda.
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [Note] InnoDB: 128 rollback segment(s) are active.
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [Note] InnoDB: Waiting for purge to start
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [Note] InnoDB: 5.6.13 started; log sequence number 1600647
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [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: b00633e9-fe4d-11e2-b7cb-000c29b659cf.
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [Note] - '127.0.0.1' resolves to '127.0.0.1';
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [Note] Server socket created on IP: '127.0.0.1'.
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld: 2013-08-05 21:07:19 3992 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist
Aug 5 21:07:19 ubuntu-server-raring-32 mysqld_safe: mysqld from pid file /var/run/mysqld/mysqld.pid ended
Aug 5 21:07:31 ubuntu-server-raring-32 /etc/init.d/mysql[4183]: 0 processes alive and '/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
Aug 5 21:07:31 ubuntu-server-raring-32 /etc/init.d/mysql[4183]: #007/usr/bin/mysqladmin: connect to server at 'localhost' failed
Aug 5 21:07:31 ubuntu-server-raring-32 /etc/init.d/mysql[4183]: error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Aug 5 21:07:31 ubuntu-server-raring-32 /etc/init.d/mysql[4183]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
Aug 5 21:07:31 ubuntu-server-raring-32 /etc/init.d/mysql[4183]:
Aug 5 21:07:54 ubuntu-server-raring-32 dhclient: DHCPREQUEST of 192.168.6.191 on eth0 to 192.168.6.254 port 67 (xid=0x32cf70fb)
Aug 5 21:07:54 ubuntu-server-raring-32 dhclient: DHCPACK of 192.168.6.191 from 192.168.6.254
Aug 5 21:07:54 ubuntu-server-raring-32 dhclient: bound to 192.168.6.191 -- renewal in 778 seconds.
@yankeeinlondon
Copy link

Did you ever sort this out? I have exactly the same error right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment