-----Original Message-----
From: Wade Preston Shearer [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 30, 2003 10:52 AM
To: Utah PHP User Group; PLUG POST; BYU UUG Post
Subject: [uug] (no subject)


  neither of these commands work on my system. what is the correct syntax?

        Is MySql running? Do a...
        
                /etc/rc.d/init.d/mysqld status

It might be better to just do a 'ps -ef | grep -i mysql' to see if the
process is running.
        
         See if it shows it as running. If not do a...
        
                chkconfig mysqld on

This just sets it to run next time you reboot.  It won't start it
immediately.  You can do (on redhat or mandrake) a 'service mysqld start' to
start it right away.  I think you can do a status with that too, 'service
mysqld status'.  You need to be root.

Bryan

____________________
BYU Unix Users Group 
http://uug.byu.edu/ 
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to