Re: access problem for a particular table

2014-06-03 Thread Divesh Kamra
Hi Run mysql_upgrade command at OS shell DK Sent from Phone > On 28-May-2014, at 1:40 pm, "Lentes, Bernd" > wrote: > > Hi, > > we just migrated from 5.0 to 5.5. Nearly everything went well. But we can't > access one particular table. > Automysqlback 3.0 says: mysqldump: Got error: 1142: SE

Re: access problem for a particular table

2014-05-28 Thread Johan De Meersman
- Original Message - > From: "Bernd Lentes" > To: mysql@lists.mysql.com > Sent: Wednesday, 28 May, 2014 10:10:33 AM > Subject: access problem for a particular table > > we just migrated from 5.0 to 5.5. Nearly everything went well. But we can't > access one particular table. > Automysqlb

Re: access problem

2004-05-17 Thread Egor Egorov
Jianping Zhu <[EMAIL PROTECTED]> wrote: > > > I have database Zope > I run following command and get error > > > myql> grant all on Zope.* to [EMAIL PROTECTED]; > ERROR 1044: Access denied for user: '[EMAIL PROTECTED]' to database 'Zope' > mysql> > > As a consequece I try to access Zope from a

Re: Access problem

2003-04-02 Thread Stefan Hinz
Arthur, trying to strip down your output to the very basics: mysql> select * from user; > | localhost | postfix | | Y mysql> select * from db; > | localhost | maildb | postfix | Y | N > # mysql -u postfix maildb > ERROR 1045: Access denied for user: > '[EMA