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
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 mys
Hello.
See:
http://dev.mysql.com/doc/refman/5.0/en/program-options.html
I agree, some times it takes some time find the configuration file.
show variables like '%dir%' should help you.
[EMAIL PROTECTED] wrote:
> Dear Friends,
> I need to start mysql with --old-passwords but i did not know how
Dear Friends,
I need to start mysql with --old-passwords but i did not know how to do so.
Actually i had mysql installed with someone else. I did not know how have
he installed that.
He have placed an entry in /etc/rc.d/rc.local as
/usr/local/mysql/bin/mysqld_safe & to start mysql when server start