Jump to content
  • 0

HELP ! error InnoDB


Kariton Revolution

Question


  • Group:  Members
  • Topic Count:  161
  • Topics Per Day:  0.04
  • Content Count:  429
  • Reputation:   5
  • Joined:  11/21/11
  • Last Seen:  

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 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  94
  • Reputation:   4
  • Joined:  10/31/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  161
  • Topics Per Day:  0.04
  • Content Count:  429
  • Reputation:   5
  • Joined:  11/21/11
  • Last Seen:  

# Use this option if you have a MySQL server with InnoDB support enabled
# but you do not plan to use it. This will save memory and disk space
# and speed up some things.
#skip-innodb

nothing happen :(( please help help help 
Link to comment
Share on other sites

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.

×
×
  • Create New...