Hy!
I am making a setup that installs a mysql 3.23.39(the software that setup installs runs only with this version). The setup detects other mysql versions and if another mysql 4 or 5 is found setup installs my mysql 3 on a different port. The problem is if the other mysql(4 or 5) have its my.ini located in the systems directory(c:\windows). This is a serious problem for me.
So my question: Is there a way to change the path of mysql's (version 3.23.39) my.ini location. I want to put my.ini in mysql's 3 directory.
In the registry for mysql 4 I can do something like this:
"C:\Program Files\MySQL\MySQL Server 4.1\bin\mysqld-nt" --defaults-file="C:\Program Files\MySQL\MySQL Server 4.1\my.ini" MySQL4
I am making a setup that installs a mysql 3.23.39(the software that setup installs runs only with this version). The setup detects other mysql versions and if another mysql 4 or 5 is found setup installs my mysql 3 on a different port. The problem is if the other mysql(4 or 5) have its my.ini located in the systems directory(c:\windows). This is a serious problem for me.
So my question: Is there a way to change the path of mysql's (version 3.23.39) my.ini location. I want to put my.ini in mysql's 3 directory.
In the registry for mysql 4 I can do something like this:
"C:\Program Files\MySQL\MySQL Server 4.1\bin\mysqld-nt" --defaults-file="C:\Program Files\MySQL\MySQL Server 4.1\my.ini" MySQL4