S Ajang
2008-Dec-16 19:42 UTC
[Instantrails-users] Can''t Start MySQL via Instant Rails Console
The following error is displayed in Instant Rails Console: MySQL port (3306) is used by "" (mysqld-nt.exe)! Any suggestions??? Thank you. _________________________________________________________________ Send e-mail faster without improving your typing skills. http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_speed_122008 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/instantrails-users/attachments/20081216/add3771e/attachment.html>
Robert Bazinet
2008-Dec-16 20:01 UTC
[Instantrails-users] Can''t Start MySQL via Instant Rails Console
MySQL is already running, either from InstantRails or you have it installed on your system. -Rob Bazinet On Tue, Dec 16, 2008 at 2:42 PM, S Ajang <snajang at hotmail.com> wrote:> The following error is displayed in Instant Rails Console: > > MySQL port (3306) is used by "" (mysqld-nt.exe)! > > Any suggestions??? > > Thank you. > > ------------------------------ > Send e-mail faster without improving your typing skills. Get your Hotmail(R) > account.<http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_speed_122008> > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users >-- Rob Bazinet InfoQ Ruby Editor http://www.accidentaltechnologist.com http://www.infoq.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/instantrails-users/attachments/20081216/b08a991b/attachment.html>
S Ajang
2008-Dec-16 22:02 UTC
[Instantrails-users] Can''t Start MySQL via Instant Rails Console
Thanks. The icon for MySQL in InstantRails is red (stopped), so how can I check to see if MySQL is running? Also, I need to access rails>configure > database (via MyPHPAdmin), but the link is in the drop down menu is grey''d out. How can I access MyPHPAdmin via InstantRails? Thanks. Date: Tue, 16 Dec 2008 15:01:18 -0500From: rbazinet at gmail.comTo: instantrails-users at rubyforge.orgSubject: Re: [Instantrails-users] Can''t Start MySQL via Instant Rails ConsoleMySQL is already running, either from InstantRails or you have it installed on your system. -Rob Bazinet On Tue, Dec 16, 2008 at 2:42 PM, S Ajang <snajang at hotmail.com> wrote: The following error is displayed in Instant Rails Console: MySQL port (3306) is used by "" (mysqld-nt.exe)! Any suggestions??? Thank you. Send e-mail faster without improving your typing skills. Get your Hotmail? account._______________________________________________Instantrails-users mailing listInstantrails-users at rubyforge.orghttp://rubyforge.org/mailman/listinfo/instantrails-users-- Rob BazinetInfoQ Ruby Editorhttp://www.accidentaltechnologist.comhttp://www.infoq.com _________________________________________________________________ Send e-mail faster without improving your typing skills. http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_speed_122008 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/instantrails-users/attachments/20081216/9d195906/attachment-0001.html>
Giorgio Clavelli
2008-Dec-16 22:43 UTC
[Instantrails-users] Can''t Start MySQL via Instant Rails Console
As Robert said, you have another copy of MySql already running on your system. I guess you are using a Windows PC and this copy of MySql is set to startup automatically with all other services that your system starts at boot up. If I''m right, you should check in "Settings/Control Panel/Administrative Tools/Services" (this is the path if you are using Win XP home). There you will find this other copy of MySql listed and very likely its startup type set to automatic. Just double click on it and set it to manual. Then either stop the Mysql service by a command prompt (can''t remember the command, but something like "mysql stop") or just restart the PC. Hope it helps On Wed, Dec 17, 2008 at 8:02 AM, S Ajang <snajang at hotmail.com> wrote:> Thanks. The icon for MySQL in InstantRails is red (stopped), so how can I > check to see if > MySQL is running? > > Also, I need to access rails>configure > database (via MyPHPAdmin), but the > link is > in the drop down menu is grey''d out. How can I access MyPHPAdmin via > InstantRails? >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/instantrails-users/attachments/20081217/2cd7473c/attachment.html>
S Ajang
2008-Dec-16 23:52 UTC
[Instantrails-users] Can''t Start MySQL via Instant Rails Console
Brilliant! I set Mysql service to manual, and it worked. Thanks!!! Date: Wed, 17 Dec 2008 08:43:51 +1000From: giorgio.clavelli at gmail.comTo: instantrails-users at rubyforge.orgSubject: Re: [Instantrails-users] Can''t Start MySQL via Instant Rails ConsoleAs Robert said, you have another copy of MySql already running on your system. I guess you are using a Windows PC and this copy of MySql is set to startup automatically with all other services that your system starts at boot up. If I''m right, you should check in "Settings/Control Panel/Administrative Tools/Services" (this is the path if you are using Win XP home). There you will find this other copy of MySql listed and very likely its startup type set to automatic. Just double click on it and set it to manual. Then either stop the Mysql service by a command prompt (can''t remember the command, but something like "mysql stop") or just restart the PC.Hope it helps On Wed, Dec 17, 2008 at 8:02 AM, S Ajang <snajang at hotmail.com> wrote: Thanks. The icon for MySQL in InstantRails is red (stopped), so how can I check to see if MySQL is running? Also, I need to access rails>configure > database (via MyPHPAdmin), but the link is in the drop down menu is grey''d out. How can I access MyPHPAdmin via InstantRails? _________________________________________________________________ Suspicious message? There?s an alert for that. http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_broad2_122008 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/instantrails-users/attachments/20081216/e02c776f/attachment.html>
Giorgio Clavelli
2008-Dec-17 00:36 UTC
[Instantrails-users] Can''t Start MySQL via Instant Rails Console
Glad it worked out. Another thing. I guess the MySql service you just set to manual and so stopped, you were using it with another programming language. Remember to start it again, when you will work with it. The best way is by using a command prompt. You should easily find the correct syntax in MySql manual, probabily under Daemon, as often it is called like this. regards Giorgio On Wed, Dec 17, 2008 at 9:52 AM, S Ajang <snajang at hotmail.com> wrote:> Brilliant! I set Mysql service to manual, and it worked. > > Thanks!!! > > ------------------------------ > Date: Wed, 17 Dec 2008 08:43:51 +1000 > From: giorgio.clavelli at gmail.com > To: instantrails-users at rubyforge.org > Subject: Re: [Instantrails-users] Can''t Start MySQL via Instant Rails > Console > > As Robert said, you have another copy of MySql already running on your > system. I guess you are using a Windows PC and this copy of MySql is set to > startup automatically with all other services that your system starts at > boot up. > If I''m right, you should check in "Settings/Control Panel/Administrative > Tools/Services" (this is the path if you are using Win XP home). There you > will find this other copy of MySql listed and very likely its startup type > set to automatic. Just double click on it and set it to manual. Then either > stop the Mysql service by a command prompt (can''t remember the command, but > something like "mysql stop") or just restart the PC. > > Hope it helps > > > On Wed, Dec 17, 2008 at 8:02 AM, S Ajang <snajang at hotmail.com> wrote: > > Thanks. The icon for MySQL in InstantRails is red (stopped), so how can I > check to see if > MySQL is running? > > Also, I need to access rails>configure > database (via MyPHPAdmin), but the > link is > in the drop down menu is grey''d out. How can I access MyPHPAdmin via > InstantRails? > > > ------------------------------ > Suspicious message? There''s an alert for that. Get your Hotmail(R) account > now.<http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_broad2_122008> > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/instantrails-users/attachments/20081217/04185f10/attachment.html>