Skip to content

Instantly share code, notes, and snippets.

@agaerig
Created March 27, 2013 15:46
Show Gist options
  • Select an option

  • Save agaerig/5255256 to your computer and use it in GitHub Desktop.

Select an option

Save agaerig/5255256 to your computer and use it in GitHub Desktop.
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
InnoDB: Unable to lock ./ibdata1, error: 35
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
InnoDB: Unable to lock ./ibdata1, error: 35
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
InnoDB: Unable to lock ./ibdata1, error: 35
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
InnoDB: Unable to lock ./ibdata1, error: 35
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
130327 10:25:20 InnoDB: Unable to open the first data file
InnoDB: Error in opening ./ibdata1
130327 10:25:20 InnoDB: Operating system error number 35 in a file operation.
InnoDB: Error number 35 means 'Resource temporarily unavailable'.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/refman/5.5/en/operating-system-error-codes.html
130327 10:25:20 InnoDB: Could not open or create data files.
130327 10:25:20 InnoDB: If you tried to add new data files, and it failed here,
130327 10:25:20 InnoDB: you should now edit innodb_data_file_path in my.cnf back
130327 10:25:20 InnoDB: to what it was, and remove the new ibdata files InnoDB created
130327 10:25:20 InnoDB: in this failed attempt. InnoDB only wrote those files full of
130327 10:25:20 InnoDB: zeros, but did not yet use them in any way. But be careful: do not
130327 10:25:20 InnoDB: remove old data files which contain your precious data!
130327 10:25:20 [ERROR] Plugin 'InnoDB' init function returned error.
130327 10:25:20 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130327 10:25:20 [ERROR] Unknown/unsupported storage engine: InnoDB
130327 10:25:20 [ERROR] Aborting
130327 10:25:20 [Note] /usr/local/Cellar/mysql/5.5.14/bin/mysqld: Shutdown complete
130327 10:25:20 mysqld_safe mysqld from pid file /usr/local/var/mysql/daroo.local.pid ended
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment