When installing MySQL 5.1 on a Windows machine, is it possible to specify where the Data Folder should go? The installer doesn't give an option for changing the Data Folder location, it defaults to "C:\Document and Settings\All Users\Application Data\MySQL\MySQL Server 5.1\".
I'm installing MySQL 5.1.34 on Windows Server 2003.
Follow-up: I ended up manually editing my.ini and pointed datadir to the desired location. I just wish the installer had an option to change the location.