From: Petr Stehlik Date: March 16 1999 11:47am Subject: RE: host %-.64s List-Archive: http://lists.mysql.com/myodbc/37 Message-Id: <000301be6fa2$cefb66c0$0401a8c0@joy.sophics> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit me> >to connect to our Linux/MySQL 3.21 server I get the following error: me> >"Host '%-.64s' is not allowed to connect to this MySQL server" We found it at last. In the User table the Host field may not be the hostname of my machine but its IP address (strange since our DNS is OK - ping and other tools can work with hostnames without problems). Now the MyODBC works as expected. Thanks for all answers and sorry I didn't RTFM first but I was curious about the '%-.64s' report. If it reported "Host 'joy' is not allowed" from the beginning we would probably started to experiment with privileges settings but that error report misleaded us. Thanks again. Petr