Page 1 of 1

How do I inject command line option to MySQL within Xampp

PostPosted: 22. October 2012 16:21
by hkBattousai
I want Xampp to run MySQL with a specific command line option (e.g.; "--compress", "--no-beep", etc).

How do I do this?

(Xampp 3.1.0, Windows 7 Ultimate x64 SP1)

Re: How do I inject command line option to MySQL within Xamp

PostPosted: 25. October 2012 04:11
by hackattack142
In short, its not possible with the CP.

Virtually every server option you can specify on the command line you can also set in the 'my.ini' file so it is not necessary.

Also, the examples you have are not server options, they are client options. You can specify any command line arguments to the MySQL client as XAMPP and the CP do not use it.