* [gentoo-user] MySql administrator
@ 2005-09-25 23:23 Rupert Young (Restart)
2005-09-26 2:19 ` Norberto Bensa
0 siblings, 1 reply; 5+ messages in thread
From: Rupert Young (Restart) @ 2005-09-25 23:23 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 153 bytes --]
Hi,
After upgrading mysql to 4.0.25 I can no longer access the db from my PC
using MySql administrator. Any ideas?
Regards,
Rupert Young
[-- Attachment #2: Type: text/html, Size: 2326 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] MySql administrator
2005-09-25 23:23 [gentoo-user] MySql administrator Rupert Young (Restart)
@ 2005-09-26 2:19 ` Norberto Bensa
2005-09-26 9:45 ` [gentoo-user] Tomcat JSP access - was " Rupert Young (Restart)
2005-09-26 19:56 ` [gentoo-user] " Daniel da Veiga
0 siblings, 2 replies; 5+ messages in thread
From: Norberto Bensa @ 2005-09-26 2:19 UTC (permalink / raw
To: gentoo-user; +Cc: Rupert Young (Restart)
Rupert Young (Restart) wrote:
> After upgrading mysql to 4.0.25 I can no longer access the db from my PC
> using MySql administrator. Any ideas?
I don't use mysql administrator myself but:
Have you re-emerged mysql administrator?
What interface is mysql administraror using (127. or something else)?
Does mysql have permissions to that interface?
Is your current installed version of mysql administrator compatible with mysql
4.0.25?
Regards
--
Norberto Bensa
4544-9692
Ciudad de Buenos Aires, Argentina
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [gentoo-user] Tomcat JSP access - was MySql administrator
2005-09-26 2:19 ` Norberto Bensa
@ 2005-09-26 9:45 ` Rupert Young (Restart)
2005-09-26 12:10 ` Norberto Bensa
2005-09-26 19:56 ` [gentoo-user] " Daniel da Veiga
1 sibling, 1 reply; 5+ messages in thread
From: Rupert Young (Restart) @ 2005-09-26 9:45 UTC (permalink / raw
To: gentoo-user
The more serious problem was that my JSPs were not able to access the
database as they had before. This error is from my log
DCP: Error-1 in sql connection:java.sql.SQLException: DCP: Couldn't get the
connection:url=jdbc:mysql://192.168.1.40/webshop
However, when I change to jdbc:mysql://localhost/webshop it works. So in my
major emerging upgrade something about the network access has changed (maybe
nothing to do with mysql).
Any ideas where these settings are?
Regards,
Rupert Young
> -----Original Message-----
> From: Norberto Bensa [mailto:nbensa@gmx.net]
> Sent: 26 September 2005 03:20
> To: gentoo-user@lists.gentoo.org
> Cc: Rupert Young (Restart)
> Subject: Re: [gentoo-user] MySql administrator
>
> Rupert Young (Restart) wrote:
> > After upgrading mysql to 4.0.25 I can no longer access the db from my PC
> > using MySql administrator. Any ideas?
>
> I don't use mysql administrator myself but:
>
> Have you re-emerged mysql administrator?
> What interface is mysql administraror using (127. or something else)?
> Does mysql have permissions to that interface?
> Is your current installed version of mysql administrator compatible with
> mysql
> 4.0.25?
>
> Regards
> --
> Norberto Bensa
> 4544-9692
> Ciudad de Buenos Aires, Argentina
> --
> gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Tomcat JSP access - was MySql administrator
2005-09-26 9:45 ` [gentoo-user] Tomcat JSP access - was " Rupert Young (Restart)
@ 2005-09-26 12:10 ` Norberto Bensa
0 siblings, 0 replies; 5+ messages in thread
From: Norberto Bensa @ 2005-09-26 12:10 UTC (permalink / raw
To: gentoo-user; +Cc: Rupert Young (Restart)
Rupert Young (Restart) wrote:
> DCP: Error-1 in sql connection:java.sql.SQLException: DCP: Couldn't get the
> connection:url=jdbc:mysql://192.168.1.40/webshop
>
> However, when I change to jdbc:mysql://localhost/webshop it works.
It seems mysql is only accepting connections on 127.0.0.1 (localhost)
> Any ideas where these settings are?
Look in /etc/mysql/my.cnf and /etc/mysqlaccess.conf
>
> Regards,
>
> Rupert Young
Regards,
--
Norberto Bensa
4544-9692
Ciudad de Buenos Aires, Argentina
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] MySql administrator
2005-09-26 2:19 ` Norberto Bensa
2005-09-26 9:45 ` [gentoo-user] Tomcat JSP access - was " Rupert Young (Restart)
@ 2005-09-26 19:56 ` Daniel da Veiga
1 sibling, 0 replies; 5+ messages in thread
From: Daniel da Veiga @ 2005-09-26 19:56 UTC (permalink / raw
To: gentoo-user
This is far more a MySQL question than a Gentoo one. Have you located
a script called mysql_fix_privileges somewhere? I believe there was a
change in password format from the version you had and the upgraded
one. Maybe start the server with the OLD_PASSWORD parameter to test...
And check the version for Administrator, maybe you need an upgrade too.
--
Daniel da Veiga
Computer Operator - RS - Brazil
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
------END GEEK CODE BLOCK------
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-09-26 20:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-25 23:23 [gentoo-user] MySql administrator Rupert Young (Restart)
2005-09-26 2:19 ` Norberto Bensa
2005-09-26 9:45 ` [gentoo-user] Tomcat JSP access - was " Rupert Young (Restart)
2005-09-26 12:10 ` Norberto Bensa
2005-09-26 19:56 ` [gentoo-user] " Daniel da Veiga
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox