MySQL Forums
Forum List  »  InnoDB

Re: Plugin 'InnoDB' init function returned error. (fixed)
Posted by: keerthi ramalingam
Date: February 25, 2009 02:38AM

Devlin,
Based on the error log there could be two root causes.
1. Remove the current instance and try selecting the non-transactional database configuration for the new instance. I believe this does not use the InnoDB plugin. This should remove the first error "Plugin 'InnoDB' init function returned error. Plugin 'InnoDB' registration as a STORAGE ENGINE failed."

2. open command prompt and type 'netstat -a | find "3306"' (without single quotes). If you get an output then the default port for MySql is currently being used by some other application. You have to choose a different port and reconfigrue the instance. This should eliminate the second error " Can't start server: Bind on TCP/IP port: Address already in use"

-keerthi

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Plugin 'InnoDB' init function returned error. (fixed)
55460
February 25, 2009 02:38AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.