On 10/26/11 19:03, kashani wrote: > On 10/26/2011 11:31 AM, Michael Sullivan wrote: >> camille ~ # mysql -u root -p >> mysql: unknown variable 'expire_logs_days=10' >> >> I'll do some googling, but I think that sounds like a config file >> directive. I'll probably do a rebuild of mysql as well... >> > > You should figure out why that setting is unknown. I suspect you didn't > put it in the right place in your config. Also your drive will fill up > with Mysql bin logs after serveral months with Mythtv without it working. > > [mysqld] > # this settings must come after [mysqld] to take affect > expire_logs_days = 10 > max_binlog_size = 100M > > kashani >
I've rebuild mysql and now it starts without any errors...