Results 1 to 7 of 7
Hybrid View
-
26th Jul 2011, 12:17 PM #1MemberWebsite's:
KWWHunction.com wgtools.comTo check if InnoDB is already running/is running after changes, in MySQL run:
Code:show engines;
eLight Reviewed by eLight 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
-
26th Jul 2011, 12:21 PM #2OPMemberWebsite's:
hostcrunch.comDo you not have to type 'mysql' first? Type 'show engines;' then Pause Break to come out of 'mysql'?
-
26th Jul 2011, 12:58 PM #3Member
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
mysqladmin variables -u<user> -p<password> | grep have_innodbLinux System Administrator
Server Management at affordable cost.
linuxhostingsupport.net | MSN:madaboutlinux@hotmail.com
-
26th Jul 2011, 01:01 PM #4OPMemberWebsite's:
hostcrunch.comYou learn something new everyday
.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Dirt 2 Freezes While Startup.!
By chemicalx in forum Technical Help Desk SupportReplies: 3Last Post: 11th Sep 2012, 02:36 PM -
Getting error on startup while try to upgrade from vBulletin 4.1.9 to 4.2.0
By SpiderZq in forum Technical Help Desk SupportReplies: 12Last Post: 2nd Jun 2012, 03:27 AM -
How to convert MySQL to innoDB ?
By mannNmeet in forum Web Development AreaReplies: 1Last Post: 25th Oct 2011, 08:36 AM -
Convert MyISAM tables to InnoDB
By iFlames in forum Tutorials and GuidesReplies: 1Last Post: 21st Dec 2009, 10:12 AM -
[19/5/08]Comcast invests in P2P video-delivery startup
By Lease in forum News & Current EventsReplies: 0Last Post: 22nd May 2008, 10:38 PM
themaPoster - post to forums and...
Version 5.35 released. Open older version (or...