[Question] What is innodb?

Results 1 to 6 of 6
  1. #1
    Sorcerer Supreme Espionage724 is offline
    Member +Rank
    Nov 2007 Join Date
    Charleroi, PALocation
    468Posts

    [Question] What is innodb?

    I went to svn update NCDB and there were several .sql files changed for something called "innodb" and I was wondering what this was.


  2. #2
    Sorcerer Supreme Espionage724 is offline
    Member +Rank
    Nov 2007 Join Date
    Charleroi, PALocation
    468Posts

    Re: [Question] What is innodb?

    Hmm I should have probably search before I posted this. InnoDB is some kind of technology in MySQL that speeds up certain things including how it R/W to the disc.

  3. #3
    Newbie Paperz is offline
    MemberRank
    Jul 2007 Join Date
    16Posts

    Re: [Question] What is innodb?

    ye i tried that update,it failed for me

  4. #4
    Member codewarrior is offline
    MemberRank
    May 2005 Join Date
    SLocation
    48Posts

    Re: [Question] What is innodb?

    Hey dudes,

    InnoDB is another DB engine, that's pluged on mySql. Today, its belong to Oracle corporation, and it's very common to use in on Mysql, if you handle many transactions on the same database and/or table.

    You can find more at: InnoDB - Wikipedia, the free encyclopedia

    hugz!

  5. #5
    Sorcerer Supreme Espionage724 is offline
    Member +Rank
    Nov 2007 Join Date
    Charleroi, PALocation
    468Posts

    Re: [Question] What is innodb?

    I tried running that update on 2 of my character dbs. It only ran on one of them for some reason.

  6. #6
    Member codewarrior is offline
    MemberRank
    May 2005 Join Date
    SLocation
    48Posts

    Re: [Question] What is innodb?

    Quote Originally Posted by Espionage724 View Post
    I tried running that update on 2 of my character DBs. It only ran on one of them for some reason.
    There is no reason to it's not run in any table,
    BUT,
    it's may not run on server without InnoDB support =)

    check your my.ini/cnf for skip-innodb or some like that. if you have it,
    it's set as, well, to skip InnoDB support... so just comment this entry
    (ie, put an # at start of the line) and restart the server.

    btw, i recommend you to download the MySQL GUI Tools and run the MySQL Administrator, so you can easily setup
    most of MySQL parameters in a very intuitive interface.

    hugz!
    Last edited by codewarrior; 07-01-08 at 11:38 AM. Reason: typos



Advertisement