Getting Innodb on Xampp for Windows

Posted on the October 12th, 2005 under Uncategorized by Tohir

I thought switching to Xampp would allow me to be exposed to other languages such as Python and Perl, but alas it seems not to have been so yet.

For the past few weeks I’ve been trying to get innodb tables to work on Xampp, without much luck until today. I went from forum to forum, tried everything and was on the verge of giving up and doing a normal separate installation. Worst of all, it came down to one character!

On this forum for example, it says:

Go to your mysql/bin folder and edit the “my” file and uncomment the innodb lines –

skip-innodb
# Uncomment the following if you are using InnoDB tables
innodb_data_home_dir = e:/apachefriends/xampp/mysql/
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = e:/apachefriends/xampp/mysql/
innodb_log_arch_dir = e:/apachefriends/xampp/mysql/

The last step in all of this should be comment skip-innodb, so the final listing will look like this:

#skip-innodb
# Uncomment the following if you are using InnoDB tables
innodb_data_home_dir = e:/apachefriends/xampp/mysql/
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = e:/apachefriends/xampp/mysql/
innodb_log_arch_dir = e:/apachefriends/xampp/mysql/

Thank God I managed to get this to work, as well as Python now. The steps for that is much much more clearer.



36 Responses to 'Getting Innodb on Xampp for Windows'

  1. November 15, 2005 at 8:16 pm
    Anonymous
  2. May 25, 2006 at 8:09 pm
    Amit
  3. July 14, 2006 at 10:21 pm
    Anonymous
  4. August 9, 2006 at 2:27 am
    Anonymous
  5. August 17, 2006 at 6:52 am
    Anonymous
  6. September 5, 2006 at 2:53 am
    Michael
  7. September 5, 2006 at 4:50 am
    Narayana
  8. September 5, 2006 at 8:16 pm
    Anonymous
  9. September 11, 2006 at 10:02 am
    Anonymous
  10. October 18, 2006 at 11:03 pm
    Anonymous
  11. October 21, 2006 at 10:20 am
    Anonymous
  12. October 23, 2006 at 5:19 pm
    Martin Crockett
  13. November 30, 2006 at 11:31 am
    Anonymous
  14. December 5, 2006 at 3:33 pm
    Anonymous
  15. January 24, 2007 at 10:30 pm
    Anonymous
  16. February 9, 2007 at 2:55 pm
    Manes
  17. February 15, 2007 at 10:18 pm
    Mindaugas
  18. April 18, 2007 at 2:07 am
    Nish
  19. April 19, 2007 at 10:14 am
    Ariadie
  20. May 4, 2007 at 9:02 am
    Anonymous
  21. May 26, 2007 at 7:51 pm
    Anonymous
  22. June 26, 2007 at 4:41 pm
    Anonymous
  23. July 12, 2007 at 12:20 pm
    En Tay
  24. July 21, 2007 at 1:16 pm
    Anonymous
  25. July 27, 2007 at 11:24 pm
    Hiram Velasquez
  26. September 26, 2007 at 6:04 pm
    Anonymous
  27. October 25, 2007 at 2:45 pm
    Sam
  28. October 25, 2007 at 5:51 pm
    Palinair
  29. November 15, 2007 at 4:35 pm
    David
  30. December 13, 2007 at 11:26 pm
    Anonymous
  31. December 18, 2007 at 2:17 pm
    Anonymous
  32. December 26, 2007 at 1:10 pm
    kostas
  33. January 13, 2008 at 4:54 am
    Mark
  34. January 13, 2008 at 5:24 am
    Tohir
  35. February 26, 2008 at 12:37 am
    Kraig
  36. March 6, 2008 at 10:14 am
    Anonymous

Leave a Reply




XHTML::
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>