Hello.

> I wanted to know that is it OK to add an entry into /etc/rc.d/rc.local
>as /usr/local/mysql/bin/mysqld_safe & .

I've seen the systems where mysqld is started in a similar way. However,
I usually prefer to work with properly configured mysql.server script
(due its ability to do restart of the server in an elegant way :) See:
  http://dev.mysql.com/doc/refman/5.0/en/automatic-start.html

> Also now i cannot write mysqldump without the path .

Does it mean that you're unable to invoke mysqldump without specifying
the path to it? Check your $PATH environment variable.



[EMAIL PROTECTED] wrote:
> Hi Gleb Paharenko ,
> Thanks for replying to the email.
> Actually i have done locate my.cnf and cannot find he file. 
> I am sure this file do not exist on mine VPS.
> I wanted to know that is it OK to add an entry into /etc/rc.d/rc.local as
> /usr/local/mysql/bin/mysqld_safe & .
> Also now i cannot write mysqldump without the path .
> I mean has the installation of mysql been awry.
> Pl. do help me.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to