From: Ted Holmes Date: March 17 1999 2:16pm Subject: How to run on drive other than C on NT List-Archive: http://lists.mysql.com/mysql/422 Message-Id: <4.1.19990317091018.03bbd040@pop.ne.mediaone.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" It's a little annoying that the InstallShield installation for NT always puts mysql under c:\mysql, but the workaround is pretty easy: 1) xcopy the files to d:\mysql or where ever. 2) when you start the daemon, let it know you are running somewhere else; for example: start d:\mysql\bin\mysqld.exe -b d:\mysql --standalone