if i search for any process running i am getting following thing.

[EMAIL PROTECTED] mysql]# ps -ef | grep mysqld
root     18389     1  0 13:09 pts/3    00:00:00 /bin/sh /usr/bin/mysqld_safe
--defaults-file=/etc/my.cnf --pid-file=/var/run/mysqld/mysqld.pid
mysql    18422 18389  0 13:09 pts/3    00:00:00 /usr/libexec/mysqld
--defaults-file=/etc/my.cnf --basedir=/usr --datadir=/home/mysql
--user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-locking
--socket=/home/mysql/mysql.sock
root     18725 15850  0 13:47 pts/3    00:00:00 grep mysqld

i am new to this concept please help me.

Reply via email to