I've installed MySQL on SuSe Linux.  It's 3.23.43 version. Below should be
mirror of 'my.cnf'. Those error messages, which I wrote in my first mail,
are shown whatever I type. It doesn't matter whether I 'select', 'update' or
something else, always it prints "Ignoring query to other database".

Robertix

my.cnf:


[client]
#password=my_password
port=3306
socket=/tmp/mysql.sock

# Here is entries for some specific programs
# The following values assume you have at least 32M ram

# The MySQL server
[mysqld]
port=3306
socket=/tmp/mysql.sock
skip-locking
default-character-set=latin1
set-variable = key_buffer=16M
set-variable = max_allowed_packet=1M
set-variable = thread_stack=128K
set-variable = flush_time=1800

# Uncomment the following row if you move the MySQL distribution to another
# location
basedir = /var/lib/mysql/

[mysqldump]
quick
set-variable = max_allowed_packet=16M

[mysql]
no-auto-rehash

[isamchk]
set-variable= key=16M

[client_fltk]
#help_file= c:\apache\mysql\sql_client\MySQL.help
#client_file= c:\apache\mysql\MySQL.options
#history_length=20
#database = test
#queries_root= c:\apache\mysql\queries
#last_database_file= c:\apache\mysql\lastdb

End.
----- Original Message -----
From: "Scott Helms" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 17, 2001 3:04 PM
Subject: Re: Blocked MySQL


> Robert,
>
>     You need to provide alot more data.  How about platform and MySQL
> version to start, a copy of your config (my.cnf) file, and provide exactly
> what you're typing and the response.
>
> Scott Helms
> ----- Original Message -----
> From: "robertix" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, December 17, 2001 7:02 AM
> Subject: Blocked MySQL
>
>
> > When I try to do anything with MySQL, I always see
> > "Ignoring query to other database" on my screen. When I type "status",
the
> > computer prints:
> > "All updates ignored to this database".
> > after "Current user".
> > Could anybody help me ? Does anybody know how can I unblock MySQL ?
> >
> > robertix
> >
> >
> > ---------------------------------------------------------------------
> > Before posting, please check:
> >    http://www.mysql.com/manual.php   (the manual)
> >    http://lists.mysql.com/           (the list archive)
> >
> > To request this thread, e-mail <[EMAIL PROTECTED]>
> > To unsubscribe, e-mail
> <[EMAIL PROTECTED]>
> > Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> >
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to