[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]
you can check this command..
ps -aux | grep mysql or
ps -ef grep mysql
if Mysql is running, you can see daemon.
########################################################
[root@mail ~]# ps -ef | grep mysql
root 1974 1 0 Jun01 ? 00:00:00 /bin/sh /usr/local/mysql-4.1.9/b
in/mysqld_safe
--datadir=/usr/local/mysql/data --pid-file=/usr/local/mysql/data/
#########################################################
-----Original Message-----
From: list-bounces@xxxxxxxxxxxxx [mailto:list-bounces@xxxxxxxxxxxxx]On Behalf Of
Neil Winchurst
Sent: Tuesday, June 20, 2006 7:06 PM
To: list@xxxxxxxxxxxxx
Subject: Re: [LUG] Databases again
On Tue, 20 Jun 2006 19:30:15 +0100
Julian Hall <lists@xxxxxxxxxxxx> wrote:
> Neil Winchurst wrote:
> > Yes. Version 4.0.26 (on Mandriva2006). That is I have to get it started
> > with /usr/share/mysql/mysql.server start &. I am told, starting mysql
> > server and I get OK in green.
> >
> I'm no database expert but it occurs to me the command ends with an & so
> shouldn't there be something after it, such as the database name, ie:
>
> start the server and point it at this database
>
> ?
>
> Kind regards,
>
> Julian
the & means run it in the background.
>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.394 / Virus Database: 268.9.1/369 - Release Date: 19/06/2006
>
>
> --
> The Mailing List for the Devon & Cornwall LUG
> http://mailman.dclug.org.uk/listinfo/list
> FAQ: http://www.dcglug.org.uk/linux_adm/list-faq.html
--
The Mailing List for the Devon & Cornwall LUG
http://mailman.dclug.org.uk/listinfo/list
FAQ: http://www.dcglug.org.uk/linux_adm/list-faq.html
--
The Mailing List for the Devon & Cornwall LUG
http://mailman.dclug.org.uk/listinfo/list
FAQ: http://www.dcglug.org.uk/linux_adm/list-faq.html