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
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: SELECT,LOCK TABL command
denied to user 'backup'@'localhost' for table 'cond_instances' when using LOCK
TABLES.
root has these rights
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
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 web, it also shows me the
error.
how can i fix this problem?
show up in the table-view.
This may as well be a generic ms-access problem or a codeweavers bug, but I
can't find the anwer. Is there anyone on this list who known how to solve the
problem?
Thanks in advance.
Mike
--
MySQL General Mailing List
For list archives: http://lists.mysql
31, 2004 11:09 AM
> To: [EMAIL PROTECTED]
> Subject: MySQL and PHPBB access problem
>
> Hope you guys can help a n00b, although I just got my MCSA. I have a
> server at my home network behind a router/switch. It's running Server2000
> SP4. IIS is installed from the CD itself
Hope you guys can help a n00b, although I just got my MCSA. I have a server at my home
network behind a router/switch. It's running Server2000 SP4. IIS is installed from the
CD itself. I already have an ftp running for practice. That went well. I found phpbb
2.0.8 and downloaded it. I didn't ins
I have MySQL 3.23.52 server running on 192.168.1.1.
This behavior seems to be strange for me:
In mysql client runned on 192.168.1.1 I set these commands:
CREATE DATABASE pokus1;
GRANT ALL PRIVILEGES ON pokus1.* TO [EMAIL PROTECTED] IDENTIFIED
BY 'heslo'; GRANT ALL PRIVILEGES ON pokus1.* TO pokus1@
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
OK, I'm getting closer to a resolution of the problem
I've had with mysql and postfix. I've got it narrowed
down to an access problem on the database. As a
relative novice to mysql, I thought I had things set
right for the database access by the 'postfix' user
account
At 12:10 -0800 3/17/03, Mike Whybark wrote:
I just upgraded to
mysqladmin Ver 8.23 Distrib 3.23.55, for apple-darwin6.3 on powerpc
from 3.23.52. Both packages are via Marc Liyanage's binary
distribution from http://www.entropy.ch/.
following the upgrade, one (and only one) of the databases is
I just upgraded to
mysqladmin Ver 8.23 Distrib 3.23.55, for apple-darwin6.3 on powerpc
from 3.23.52. Both packages are via Marc Liyanage's binary
distribution from http://www.entropy.ch/.
following the upgrade, one (and only one) of the databases is
affected such that its' user access is disr
Hello,
We have 4000 db and 4000 user (more or less) in MySQL, each db has one
user assigned.
Some times, this is happened more often, show the next error:
ERROR: 1045 'Access denied for user: username@host (using password:
YES).
So we kill/restart the mysqld process
after th
Hello,
We have 4000 db and 4000 user (more or less) in MySQL, each db has one user
assigned.
Some times, this is happened more often, show the next error:
ERROR: 1045 'Access denied for user: ‘username@host’ (using password:
YES).
So we kill/restart the mysqld process … after
Hi,
I just installed MYSQL verion 3.23.44-max version. I verified the default
database tables under tool WinMySQLAdmin and I could see all tables and
fields of default databases.
As per security advice, I removed the default user with command
"DELETE FROM USER WHERE HOST="localhost" an
16 matches
Mail list logo