Dear listmembers,

I've got 2 hosts running Linux: hostnames are 'hegel' and 'fidel'

me@hegel:~>mysqladmin version
mysqladmin  Ver 8.21 Distrib 3.23.39, for pc-linux-gnu on i586

me@fidel:~>mysqladmin version
mysqladmin  Ver 8.23 Distrib 4.0.1-alpha, for pc-linux-gnu on i686

When logged in to 'hegel' I can't mysqlshow the databases on 'fidel'. It
works, but gives an error.

me@fidel:~> mysqlshow -u me -h fidel
+-----------+
| Databases |
+-----------+
| bge       |
| mysql     |
| something |
| test      |
+-----------+

me@hegel:~> mysqlshow -u me -h fidel
mysqlshow: File '/usr/share/mysql/charsets/?.conf' not found (Errcode: 2)
mysqlshow: Character set '#31' is not a compiled character set and is not
specified in the '/usr/share/mysql/charsets/Index' file
+-----------+
| Databases |
+-----------+
| bge       |
| mysql     |
| something |
| test      |
+-----------+

However, it runs fine the other way round (4.0.1 client, 3.23.39 server):

me@fidel:~> mysqlshow -u me -h hegel
+--------------+
|  Databases   |
+--------------+
| casino       |
| mitteilungen |
| mysql        |
| ssl          |
| test         |
+--------------+

What happens? Any insights what to look for?

Thomas Spahni
-- 
sql,query


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