MySQL Forums
Forum List  »  Install & Repo

MYSQL 5.6.17
Posted by: Ramprasad Musunuru
Date: June 27, 2014 01:52PM

I'm getting below error on MySQL version 5.6.17

I'm creating new instance with below parameters and system files resides in
/db/***/table/**/

and created sub directory with undo and try to create a new instance I'm getting below error..If i remove this parameters I'm able to start the database sucessfully after mysql install

Config paramertes-->

innodb_undo_tablespaces =4
innodb_undo_directory =/db/***/table/**/undo
innodb_undo_logs =0

InnoDB: Expected to open 4 undo tablespaces but was able
InnoDB: to find only 0 undo tablespaces.
InnoDB: Set the innodb_undo_tablespaces parameter to the
InnoDB: correct value and retry. Suggested value is 0

Options: ReplyQuote


Subject
Written By
Posted
MYSQL 5.6.17
June 27, 2014 01:52PM


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.