From: Curt Hibbs Date: 2005-12-14T20:48:19+09:00 Subject: Re: [ANN] Instant Rails 1.0 preview6 On 12/13/05, James Britt wrote: > Curt Hibbs wrote: > > This release upgrades Rails to version 1.0. > > > > Instant Rails is a one-stop Rails runtime solution containing Ruby, Rails, > > Apache, and MySQL, all preconfigured and ready to run. No installer, you > > simply drop it into the directory of your choice and run it. It does not > > modify your system environment. This release of Instant Rails for Windows, > > but there are plans for ports to Linux, BSD, and OSX. > > Curt, > > I looked at the FAQ, but didn't find anything about having MySQL use a > different port. Is this configurable? Yes. In the main Instant Rails menu (press the Alt-key or click on the "I" button), select the menu command "Configure >> MySQL". This will bring up the MySQL configuration template file in notepad. Add a new line: port=3210 (or whatever port number you want). When you save the configuration file, Instant Rails will detect this and automatically restart MySQL. Curt