Activity Stream
48,167 MEMBERS
6731 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 7 of 7
  1.     
    #1
    Member
    Website's:
    hostcrunch.com

    Default How to enable InnoDB to start on startup

    If InnoDB isn't starting up on start up then navigate to the /etc folder.

    In there open up with your favourite editor, the file 'my.ini' or 'my.cnf'.

    Or for short:
    nano /etc/my.cnf

    Once you are in there search for 'skip-innodb'.

    If it is there then delete the line & restart MySQL:

    /sbin/service mysql restart

    CentOS.
    Enzyme Reviewed by Enzyme on . How to enable InnoDB to start on startup If InnoDB isn't starting up on start up then navigate to the /etc folder. In there open up with your favourite editor, the file 'my.ini' or 'my.cnf'. Or for short: nano /etc/my.cnf Once you are in there search for 'skip-innodb'. If it is there then delete the line & restart MySQL: Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    KWWHunction.com wgtools.com
    To check if InnoDB is already running/is running after changes, in MySQL run:

    Code: 
    show engines;
    InnoDB should be in the list with no problems. Support = "YES".

  4.     
    #3
    Member
    Website's:
    hostcrunch.com
    Do you not have to type 'mysql' first? Type 'show engines;' then Pause Break to come out of 'mysql'?

  5.     
    #4
    Member
    Yes, show engines; need to be executed on the mysql server prompt and then come out of it.

    BTW, the easy way to check if innodb is enabled is to execute the following without entering the mysql prompt

    mysqladmin variables | grep have_innodb
    You may need to provide mysql username/password as per your mysql configuration.

    mysqladmin variables -u<user> -p<password> | grep have_innodb
    Linux System Administrator
    Server Management at affordable cost.
    linuxhostingsupport.net | MSN:madaboutlinux@hotmail.com

  6.     
    #5
    Member
    Website's:
    hostcrunch.com
    You learn something new everyday .

  7.     
    #6
    Member
    Website's:
    KWWHunction.com wgtools.com
    My bad, I should have stated that was from MySQL, not bash.

  8.     
    #7
    Member
    Website's:
    StudentSharez.com
    Nice tuto...
    Thanks
    Offshore-host.blogspot.com - List of DMCA flexible webhosts.
    StudentSharez.com - Medical ebooks and lectures.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Dirt 2 Freezes While Startup.!
    By chemicalx in forum Technical Help Desk Support
    Replies: 3
    Last Post: 11th Sep 2012, 02:36 PM
  2. Getting error on startup while try to upgrade from vBulletin 4.1.9 to 4.2.0
    By SpiderZq in forum Technical Help Desk Support
    Replies: 12
    Last Post: 2nd Jun 2012, 03:27 AM
  3. How to convert MySQL to innoDB ?
    By mannNmeet in forum Web Development Area
    Replies: 1
    Last Post: 25th Oct 2011, 08:36 AM
  4. Convert MyISAM tables to InnoDB
    By iFlames in forum Tutorials and Guides
    Replies: 1
    Last Post: 21st Dec 2009, 10:12 AM
  5. [19/5/08]Comcast invests in P2P video-delivery startup
    By Lease in forum News & Current Events
    Replies: 0
    Last Post: 22nd May 2008, 10:38 PM

Tags for this Thread

BE SOCIAL