Date: 12 May 2003 18:11:26 +0200 From: Anselme <anselme@netcourrier.com> To: Tom Samplonius <tom@sdf.com> Cc: freebsd-database <freebsd-database@freebsd.org> Subject: Re: MySQL & jdbc Message-ID: <1052755886.1898.7.camel@Toto.dippgw.homedns.org> In-Reply-To: <Pine.BSF.4.05.10305120714480.2996-100000@misery.sdf.com> References: <Pine.BSF.4.05.10305120714480.2996-100000@misery.sdf.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2003-05-12 at 16:17, Tom Samplonius wrote:
> When running mysql on the console, it will connect via a named pipe.
> The JDBC driver does not support named pipes, and must open a TCP/IP
> socket to localhost.
>
> A common problem is that the MySQL permission tables say "localhost",
> but 127.0.0.1 reverse resolves to "localhost.mydomain.com".
>
>
> Tom
>
>
Yes, I found some things like that in my research on the web and I guess
that's the point, but how can I deal with it ? Because even if in the
table 'user' I put :
mysql> select * from user where user="user_name" \G
*************************** 1. row ***************************
Host: localhost.mydomain.com
User: user_name
Password: 656b45b307f18ae4
Select_priv: Y
Insert_priv: Y
Update_priv: Y
Delete_priv: Y
Create_priv: N
Drop_priv: N
Reload_priv: N
Shutdown_priv: N
Process_priv: N
File_priv: N
Grant_priv: N
References_priv: N
Index_priv: N
Alter_priv: N
1 row in set (0.00 sec)
it doesnot work :((
(I have done the "flush privileges")
???
--
Anselme <anselme@netcourrier.com>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1052755886.1898.7.camel>
