Skip to content

Instantly share code, notes, and snippets.

@runvnc
Created April 7, 2014 17:34
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 runvnc/10024701 to your computer and use it in GitHub Desktop.
Save runvnc/10024701 to your computer and use it in GitHub Desktop.
root@9d42833eff83:/# cat /var/log/mysql/error.log
140407 17:17:49 [Note] Plugin 'FEDERATED' is disabled.
140407 17:17:49 InnoDB: The InnoDB memory heap is disabled
140407 17:17:49 InnoDB: Mutexes and rw_locks use GCC atomic builtins
140407 17:17:49 InnoDB: Compressed tables use zlib 1.2.7
140407 17:17:49 InnoDB: Using Linux native AIO
140407 17:17:49 InnoDB: Initializing buffer pool, size = 128.0M
140407 17:17:49 InnoDB: Completed initialization of buffer pool
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
140407 17:17:49 InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
140407 17:17:49 InnoDB: Log file ./ib_logfile0 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
140407 17:17:49 InnoDB: Log file ./ib_logfile1 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: 127 rollback segment(s) active.
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
140407 17:17:49 InnoDB: Waiting for the background threads to start
140407 17:17:50 InnoDB: 1.1.8 started; log sequence number 0
140407 17:17:50 InnoDB: Starting shutdown...
140407 17:17:51 InnoDB: Shutdown completed; log sequence number 1595675
140407 17:17:51 [Note] Plugin 'FEDERATED' is disabled.
140407 17:17:51 InnoDB: The InnoDB memory heap is disabled
140407 17:17:51 InnoDB: Mutexes and rw_locks use GCC atomic builtins
140407 17:17:51 InnoDB: Compressed tables use zlib 1.2.7
140407 17:17:51 InnoDB: Using Linux native AIO
140407 17:17:51 InnoDB: Initializing buffer pool, size = 128.0M
140407 17:17:51 InnoDB: Completed initialization of buffer pool
140407 17:17:51 InnoDB: highest supported file format is Barracuda.
140407 17:17:52 InnoDB: Waiting for the background threads to start
140407 17:17:53 InnoDB: 1.1.8 started; log sequence number 1595675
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
140407 17:17:53 [ERROR] Aborting
140407 17:17:53 InnoDB: Starting shutdown...
140407 17:17:53 InnoDB: Shutdown completed; log sequence number 1595675
140407 17:17:53 [Note] /usr/sbin/mysqld: Shutdown complete
140407 17:17:53 [Note] Plugin 'FEDERATED' is disabled.
140407 17:17:53 InnoDB: The InnoDB memory heap is disabled
140407 17:17:53 InnoDB: Mutexes and rw_locks use GCC atomic builtins
140407 17:17:53 InnoDB: Compressed tables use zlib 1.2.7
140407 17:17:53 InnoDB: Using Linux native AIO
140407 17:17:53 InnoDB: Initializing buffer pool, size = 128.0M
140407 17:17:53 InnoDB: Completed initialization of buffer pool
140407 17:17:53 InnoDB: highest supported file format is Barracuda.
140407 17:17:54 InnoDB: Waiting for the background threads to start
140407 17:17:55 InnoDB: 1.1.8 started; log sequence number 1595675
140407 17:17:55 InnoDB: Starting shutdown...
140407 17:17:55 InnoDB: Shutdown completed; log sequence number 1595675
140407 17:17:55 [Note] Plugin 'FEDERATED' is disabled.
140407 17:17:55 InnoDB: The InnoDB memory heap is disabled
140407 17:17:55 InnoDB: Mutexes and rw_locks use GCC atomic builtins
140407 17:17:55 InnoDB: Compressed tables use zlib 1.2.7
140407 17:17:55 InnoDB: Using Linux native AIO
140407 17:17:55 InnoDB: Initializing buffer pool, size = 128.0M
140407 17:17:55 InnoDB: Completed initialization of buffer pool
140407 17:17:55 InnoDB: highest supported file format is Barracuda.
140407 17:17:56 InnoDB: Waiting for the background threads to start
140407 17:17:57 InnoDB: 1.1.8 started; log sequence number 1595675
ERROR: 1050 Table 'plugin' already exists
140407 17:17:57 [ERROR] Aborting
140407 17:17:57 InnoDB: Starting shutdown...
140407 17:17:57 InnoDB: Shutdown completed; log sequence number 1595675
140407 17:17:57 [Note] /usr/sbin/mysqld: Shutdown complete
root@9d42833eff83:/#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment