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
- 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
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
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