1045 Error accessing mysql db

2014-08-20 Thread Augori
After an operating system change (CentOS 5 to CentOS 6), my Python script could no longer connect with mysql database. I get the following error... mysql_exceptions.OperationalError: (1045, "Access denied for user 'foo'@ 'localhost ' (using password: YES)") I have granted all on all databases to

Re: mysqld_safe running a long time

2014-08-20 Thread Augori
versation concluded. On Wed, Aug 20, 2014 at 7:28 PM, Reindl Harald wrote: > > > Am 21.08.2014 um 01:05 schrieb Augori: > > when I use the bg command, it says > > > > 1 job already in background > > > > and continues to run in the foreground. > > *bulls

Re: mysqld_safe running a long time

2014-08-20 Thread Augori
Hi All, when I use the bg command, it says 1 job already in background and continues to run in the foreground. On Wed, Aug 20, 2014 at 11:04 AM, Reindl Harald wrote: > > > Am 20.08.2014 um 16:39 schrieb Augori: > > However, it's been 12 hours now and the thing is stil

Re: mysqld_safe running a long time

2014-08-20 Thread Augori
Thanks! But if it's running in the background, how will I know when it has completed? On Wed, Aug 20, 2014 at 11:04 AM, Reindl Harald wrote: > > > Am 20.08.2014 um 16:39 schrieb Augori: > > However, it's been 12 hours now and the thing is still restarting in safe >

mysqld_safe running a long time

2014-08-20 Thread Augori
Hi all, mysql db has been starting in safe mode for 12 hours. I don't know if I should stop it or if I do, what will happen. I'm hoping one of you can help. Here's how I got into this mess: After a operating system change (CentOS 5 to CentOS 6), my Python script could no longer connect with mys