Jump to content

Question

Posted
17:34:06    CREATE TABLE IF NOT EXISTS `interreg` (   `varname` varchar(11) NOT NULL,   `value` varchar(20) NOT NULL,    PRIMARY KEY (`varname`) ) ENGINE=InnoDB    Error Code: 1289. The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have it working    0.078 sec

 

how to have innoDB in mysql? i cant execute rathena svn T.T 

2 answers to this question

Recommended Posts

Posted

Use MyISAM or:

1. Stop your MySQL server
2. Open my.ini (mysql's config file), which is located in your MySQL program folder.
3. In my.ini, find:
skip-innodb
4. Replace this line with:
# skip-innodb
5. Save the file
6. Start the MySQL server again

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...