Re: MySQL Deamon - is it running?

From: Ankush Grover (ankush174_at_gmail.com)
Date: 03/01/05

  • Next message: list reader: "Re: VPN in fedora core 3"
    Date: Tue, 1 Mar 2005 09:37:16 +0530
    To: David Hoffman <dhoffman2004@gmail.com>, For users of Fedora Core releases <fedora-list@redhat.com>
    
    

    hey,

    First check whether you have installed mysql-server or not .You can
    check through this command :

    rpm -qa | grep mysql-*

    it will show u all the mysql rpms installed on ur pc.

    After installing mysql-server.Give this command to create a root/admin
    user for the mysql.

    Note: the root user of Mysql is different from the root user of FC3.

    mysqladmin -u root password yourpassword.

    If you want to use mysql thereafter give this command:

    mysql -u root -p

    then it will ask for the password of the root(mysql root).

    You can download mysql-administrator for managing the databases and
    users on mysql .It is a GUI based tool and you will find it helpful in
    the beginning.

    If you face any other problem don't hesitate to post it over here.

    Regards

    Ankush

    On Mon, 28 Feb 2005 13:36:28 -0600, David Hoffman
    <dhoffman2004@gmail.com> wrote:
    > On Mon, 28 Feb 2005 13:33:11 -0600, Jay Paulson <jpaulson@sedl.org> wrote:
    > > After installing Fedora C3 I went to connect to MySQL. I got an error
    > > message about the mysql.sock file missing. Upon further investigation
    > > it sure enough was missing as well as the 'mysql' script to
    > > start|stop|restart the deamon in the /etc/init.d directory. I've done
    > > ps awx to see if it was even running and sure enough it is not. I did
    > > rpm -q mysql and sure enough it is installed. Is there something I'm
    > > missing here?
    > >
    >
    > You installed the client, but not the server.
    > Try: yum install mysql-server
    >
    > --
    > fedora-list mailing list
    > fedora-list@redhat.com
    > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    >

    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: list reader: "Re: VPN in fedora core 3"

    Relevant Pages

    • Re: MySQL permission
      ... > you after installing the initial database you would not have this problem. ... I just gave the command "sudo yum install mysql-server". ... on my MySQL server, and have not had any problems on that score. ...
      (comp.os.linux.misc)
    • Re: [PHP] strange errors from command line vs. web
      ... This is the great way PHP-cli lets you know it hasn't got any MySQL ... can't run the script from the command line even when I su to root. ...
      (php.general)
    • Re: ruby on rails with mysqladmin
      ... mysqladmin -u root create dummy_development ... mysql -u username -p ... You can try to do it all in one command line, but it's really a lot easier to do it one step at a time. ... to create a database you should use: ...
      (comp.lang.ruby)
    • Re: New installation blues
      ... Manga Nyandeni Jere wrote: ... Ma probs is that wen installing it didnt ask me for root passwd it just asked for a user account details which i supplied. ... From Gnome/KDE, etc. you can make a LAUNCHER to the command you want, for example Nautilus. ...
      (Ubuntu)
    • Re: [SLE] MySQL Table Locked?
      ... Run this command from the commandline as root: ... Mysql seems to think it is fine. ... Could not access adults ... I've also tried logging into mysql as root, ...
      (SuSE)