Re: [gentoo-user] Should mysql crash sometimes?

2010-12-03 Thread Grant
I'm told I need to run mysqld with --skip-grant-tables.  I'm used to using Gentoo's mysql initscript.  Should 'mysqld --skip-grant-tables' work? You can add it to /etc/mysql/my.cnf and restart. Remove it and restart again when you've finished. kashani That worked perfectly, thank you.

Re: [gentoo-user] Should mysql crash sometimes?

2010-11-29 Thread Grant
I'm told I need to run mysqld with --skip-grant-tables.  I'm used to using Gentoo's mysql initscript.  Should 'mysqld --skip-grant-tables' work? You can add it to /etc/mysql/my.cnf and restart. Remove it and restart again when you've finished. kashani That worked perfectly, thank you.

Re: [gentoo-user] Should mysql crash sometimes?

2010-11-29 Thread Michael Orlitzky
On 11/29/2010 08:46 AM, Grant wrote: I'm told I need to run mysqld with --skip-grant-tables. I'm used to using Gentoo's mysql initscript. Should 'mysqld --skip-grant-tables' work? You can add it to /etc/mysql/my.cnf and restart. Remove it and restart again when you've finished. kashani

Re: [gentoo-user] Should mysql crash sometimes?

2010-11-29 Thread kashani
On 11/29/2010 5:46 AM, Grant wrote: You can add it to /etc/mysql/my.cnf and restart. Remove it and restart again when you've finished. kashani That worked perfectly, thank you. I've run mysql_upgrade successfully and all of the warnings have disappeared from the mysql log file except the

[gentoo-user] Should mysql crash sometimes?

2010-11-28 Thread Grant
mysql-5.1.51 crashed recently and needed to be restarted. This doesn't happen often with mysql but does from time to time. Is this part of life with mysql or can it be prevented? I don't think I've changed the mysql config from default besides creating the necessary tables although I could be

Re: [gentoo-user] Should mysql crash sometimes?

2010-11-28 Thread Alan McKinnon
Apparently, though unproven, at 18:10 on Sunday 28 November 2010, Grant did opine thusly: mysql-5.1.51 crashed recently and needed to be restarted. This doesn't happen often with mysql but does from time to time. Is this part of life with mysql or can it be prevented? This is not normal.

Re: [gentoo-user] Should mysql crash sometimes?

2010-11-28 Thread Mick
On Sunday 28 November 2010 16:19:20 Alan McKinnon wrote: Apparently, though unproven, at 18:10 on Sunday 28 November 2010, Grant did opine thusly: mysql-5.1.51 crashed recently and needed to be restarted. This doesn't happen often with mysql but does from time to time. Is this part of

Re: [gentoo-user] Should mysql crash sometimes?

2010-11-28 Thread Grant
mysql-5.1.51 crashed recently and needed to be restarted.  This doesn't happen often with mysql but does from time to time.  Is this part of life with mysql or can it be prevented? This is not normal. None of my mysql instances crash frequently Mine doesn't crash frequently. Maybe once

Re: [gentoo-user] Should mysql crash sometimes?

2010-11-28 Thread Grant
mysql-5.1.51 crashed recently and needed to be restarted.  This doesn't happen often with mysql but does from time to time.  Is this part of life with mysql or can it be prevented? This is not normal. None of my mysql instances crash frequently I don't think I've changed the mysql config

Re: [gentoo-user] Should mysql crash sometimes?

2010-11-28 Thread kashani
On 11/28/2010 12:30 PM, Grant wrote: I'm told I need to run mysqld with --skip-grant-tables. I'm used to using Gentoo's mysql initscript. Should 'mysqld --skip-grant-tables' work? You can add it to /etc/mysql/my.cnf and restart. Remove it and restart again when you've finished. kashani