On Wed, Aug 01, 2001 at 08:19:45PM -0400, Stonix wrote:
> Hi,
> 
> I installed a RH 7.1, and I installed all the packages for
> apache, php and mysql. I don't know how to check if mysql
> server is running. On my machine cannot connect to mysql 
> server.
Hi,
try executing the following command:
ps ax|grep mysql

If the server is running you should get an output like:
351 ?        S      0:00 /bin/sh /usr/bin/safe_mysqld
403 ?        S      0:00 /usr/libexec/mysqld
443 ?        S      0:00 /usr/libexec/mysqld
444 ?        S      0:00 /usr/libexec/mysqld
4152 pts/2    S      0:00 grep mysql

If there is no such output or just "grep mysql" try executing
"/etc/init.d/mysql start" to start the server manually.

HTH,
-- 
Mario Witte <[EMAIL PROTECTED]>

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to