[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] MySQL
Kevin Cawthorne - www.delamitri.co.uk <webmaster@xxxxxxxxxxxxxxx> wrote:
> Sorry for my ignorance but does this mean MySQL is not running properly?
>
> [root@ns /usr]# Starting mysqld daemon with databases from /var/lib/mysql
> mysqld daemon ended
Best way to check if it's running is to do:
ps aux | grep mysqld
And if it shows 1 or more lines for mysqld or safe_mysqld it's running.
Steven Werby {steven-lists@xxxxxxxxxxxx}