Archive: writeINIStr... without value


writeINIStr... without value
Hi all,

I try to add a "skip-innodb" statement inside MySQL my.iniconf file, but don't know how to add it with no value. How can I do ?

Thks,

Gal'


That's not a valid INI key, so you can't do that with WriteINIStr. MySQL might still use it if you give it a dummy value like a space or a dot. If not, you'll have to edit my.ini with other functions (LineFind or anything that fits from the wiki).


thank you kichik :)

Gal'