I have installed ruby on rails using instant rails. I have apache and mysql already installed on my computer. all seems to be working fine, apart from this error keeps popping up: MySql : MySQL port (3306) is used by "" (mysqld-nt.exe) ! Any way I can get rid of this? Thanks for any help. Frank. -- Posted via http://www.ruby-forum.com/.
On 17/07/2006 07:35, Frank Mullenger wrote:> I have installed ruby on rails using instant rails. > > I have apache and mysql already installed on my computer. > > all seems to be working fine, apart from this error keeps popping up: > > MySql : MySQL port (3306) is used by "" (mysqld-nt.exe) !Hi Frank, It looks like you are trying to start MySQL with it already started. Perhaps it''s installed as a Windows service and you''re also trying to start it in the startup menu? Cheers Chris
Chris Parsons wrote:> Hi Frank, > > It looks like you are trying to start MySQL with it already started. > Perhaps it''s installed as a Windows service and you''re also trying to > start it in the startup menu? > > Cheers > ChrisOkay, that makes sense, cheers. -- Posted via http://www.ruby-forum.com/.