boony Posted April 10, 2009 Report Share Posted April 10, 2009 Hi All, I've just transferred from xampp to uniserver 4.0. All is good except when I tried to enable innodb things started to go pear shaped!!! I read that there should be a file called my-small but it doesn't exist. I found the my.cnf file where I was able to uncomment the innodb bits but when I restarted unisever i was denied access to mysql. Any hints as to how to enable innodb would be a great help. Quote Link to comment Share on other sites More sharing options...
BananaAcid Posted April 10, 2009 Report Share Posted April 10, 2009 I guess Ric could answer this. But he is off for easter eggs...Unless Ola or some1 else knows, you got to wait a few days... Quote Link to comment Share on other sites More sharing options...
BananaAcid Posted April 16, 2009 Report Share Posted April 16, 2009 btw: my-small.cnf is called my.cnf (the my.cnf code header tells its my-small.cnf). that is also the config file used by the mysql batch files. Quote Link to comment Share on other sites More sharing options...
boony Posted April 16, 2009 Author Report Share Posted April 16, 2009 btw: my-small.cnf is called my.cnf (the my.cnf code header tells its my-small.cnf). that is also the config file used by the mysql batch files. Hmmm, I thought that this may be the case. But, as mentioned in my previous post, when I uncommented the the INNODB stuff I was unable to connect to MySQL databases. The current path of the my.cnf is uniserver/udrive/usr/local/mysql/my.cnf The previous post mentioned that this should be in the ../local/mysql/bin/ folder. So do I need to save something in the .../mysql/bin folder ?? Quote Link to comment Share on other sites More sharing options...
Ric Posted April 16, 2009 Report Share Posted April 16, 2009 OK Download 4.1-Mona all you need to do is comment a single line in file UniServer\udrive\usr\local\mysql\my.cnf From this:skip-innodbTo This:#skip-innodb It enables innodb you can change the values in this section or add extra lines if required. If you still have problems, any errors messages would be of help to pin point the problem. All the bestRic Quote Link to comment Share on other sites More sharing options...
boony Posted April 16, 2009 Author Report Share Posted April 16, 2009 OK Download 4.1-Mona all you need to do is comment a single line in file UniServer\udrive\usr\local\mysql\my.cnf All the bestRic Ah ha!!! Yep, that worked Thanks very much for the heads up on this.... Quote Link to comment Share on other sites More sharing options...
BananaAcid Posted April 17, 2009 Report Share Posted April 17, 2009 should have mentioned that line.... thought it would be self-explenatory.... *g* Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.