Re: MySQL installation on Fedora 17

2012-11-03 Thread Yashar Pezeshki
Why not try to install it using yum, and then reply if you you got any problem?!! :D On Sat, Nov 3, 2012 at 9:54 PM, Rafnews wrote: > Hi, > > I would like to know if someone already installed MySQL on Fedora 17 > without any issue? > I mean by without any issue, to install MySQL from A to Z (f

Re: how to stop yum update -

2012-09-05 Thread Yashar Pezeshki
Thanks! -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org

Re: how to stop yum update -

2012-09-05 Thread Yashar Pezeshki
CTRL+C doesn't work for me neither! But you don't need to know the process id of yum, "kill `pidof yum`" will automatically replace the process id in front of the kill command. And if anything went wrong with your yum database, you can simply run "yum clean all" to clean your database, and any othe

Re: how to stop yum update -

2012-09-05 Thread Yashar Pezeshki
P.S. The command should be executed as root. On Wed, Sep 5, 2012 at 12:48 PM, Yashar Pezeshki wrote: > I guess this will work: > > kill `pidof yum` > > > -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedorap

Re: how to stop yum update -

2012-09-05 Thread Yashar Pezeshki
I guess this will work: kill `pidof yum` -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://as