Re: ADDITIONAL SETTING IN MYCNF

2007-10-18 Thread Krishna Chandra Prajapati
Hi Samuel, The path /etc/mysql/conf.d/ is present in my.cnf file. When i checked conf.d/ contains a file named old_password.cnf The contents of the old_password.cnf is below #create by debconf [mysqld] old_password=false Thanks, Krishna On 10/18/07, Samuel Vogel <[EMAIL PROTECTED]> wrote: > > T

Re: ADDITIONAL SETTING IN MYCNF

2007-10-18 Thread Samuel Vogel
This line has not come later, it is standard in Debian, to be able to have parts of your configuration in different files. This line does all configuration files that are in "/etc/mysql/conf.d/. Since this directory is probably empty, nothing is done at all. So you are safe with just leaving th