Jump to content
  • 0

[Help]'InnoDB' problem


Question

Posted

i have one problem with my navicat when i go to restore one back up or install the database i have this error

 

1286 - Unknown table engine 'InnoDB'

 

anyone who know's what is this???...

 

 

Thanks

 

-Devangell

2 answers to this question

Recommended Posts

  • 0
Posted

man...learn to use google...3sec google InnoDB not enabled in my.ini file fix: enable it manually or reinstall mysql server

  • 0
Posted

Try to delete line in sql look for example to my:

 

DROP TABLE IF EXISTS `auto_chat`;

CREATE TABLE `auto_chat` (

  `groupId` INT NOT NULL default '0',

  `npcId` INT NOT NULL default '0',

  `chatDelay` BIGINT NOT NULL default '-1',

  PRIMARY KEY  (`groupId`)

) ENGINE=InnoDB;

 

See line? ENGINE=InnoDB

delete this but leave  ;

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock