public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] connections
@ 2005-09-02 18:28 John Dangler
  2005-09-02 21:34 ` Michael Crute
  0 siblings, 1 reply; 6+ messages in thread
From: John Dangler @ 2005-09-02 18:28 UTC (permalink / raw
  To: gentoo-user

how can I setup my laptop to connect to apps like phpmyadmin on the local
fileserver?
both are running gentoo 2.6.12-r9 .
vfs is setup and running, but when I try to connect from the laptop to the
fileserver on other apps like
phpmyadmin, I get "The connection was refused when attempting to contact
127.0.0.1"
I'm using http://192.168.1.10/phpmyadmin in the browser, so it would appear
as though the message is saying it's trying to connect to 'localhost'.

Any input is appreciated.

John D



-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] connections
  2005-09-02 18:28 [gentoo-user] connections John Dangler
@ 2005-09-02 21:34 ` Michael Crute
  2005-09-02 23:21   ` John Dangler
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Crute @ 2005-09-02 21:34 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1189 bytes --]

On 9/2/05, John Dangler <jdangler@atlantic.net> wrote: 
> 
> how can I setup my laptop to connect to apps like phpmyadmin on the local
> fileserver?
> both are running gentoo 2.6.12-r9 .
> vfs is setup and running, but when I try to connect from the laptop to the
> fileserver on other apps like
> phpmyadmin, I get "The connection was refused when attempting to contact
> 127.0.0.1 <http://127.0.0.1>"
> I'm using http://192.168.1.10/phpmyadmin in the browser, so it would 
> appear
> as though the message is saying it's trying to connect to 'localhost'.
> 
> I can't verify this at the moment as I'm not within reach of my network 
but I do believe that you have a misconfiguration in either MyAdmin or 
MySQL. Check your my.cnf first and make sure that the line skip-networking 
is commented out. 
 BTW... By localhost it is most likely the server referring to itself not 
your computer trying to connect back to itself.
 -Mike
______________________________________
Michael E. Crute
Software Developer
SoftGroup Development Corporation

Linux, because reboots are for installing hardware.
"In a world without walls and fences, who needs windows and gates?"

[-- Attachment #2: Type: text/html, Size: 1600 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [gentoo-user] connections
  2005-09-02 21:34 ` Michael Crute
@ 2005-09-02 23:21   ` John Dangler
  2005-09-03  1:14     ` Michael Crute
  0 siblings, 1 reply; 6+ messages in thread
From: John Dangler @ 2005-09-02 23:21 UTC (permalink / raw
  To: gentoo-user

Mike~
Thanks for the reply.  I did check the settings in my.cnf and
skip-networking is commented out.
I looked at the rest of the configuration and it seems as though it should
allow the connection…

Help is definitely appreciated…

John D

-----Original Message-----
From: Michael Crute [mailto:mcrute@gmail.com] 
Sent: Friday, September 02, 2005 5:35 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] connections

On 9/2/05, John Dangler <jdangler@atlantic.net> wrote: 
how can I setup my laptop to connect to apps like phpmyadmin on the local
fileserver?
both are running gentoo 2.6.12-r9 .
vfs is setup and running, but when I try to connect from the laptop to the
fileserver on other apps like
phpmyadmin, I get "The connection was refused when attempting to contact
127.0.0.1"
I'm using http://192.168.1.10/phpmyadmin in the browser, so it would appear
as though the message is saying it's trying to connect to 'localhost'.
I can't verify this at the moment as I'm not within reach of my network but
I do believe that you have a misconfiguration in either MyAdmin or MySQL.
Check your my.cnf first and make sure that the line skip-networking is
commented out. 
 
BTW... By localhost it is most likely the server referring to itself not
your computer trying to connect back to itself.
 
-Mike
______________________________________
Michael E. Crute
Software Developer
SoftGroup Development Corporation

Linux, because reboots are for installing hardware.
"In a world without walls and fences, who needs windows and gates?" 



-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] connections
  2005-09-02 23:21   ` John Dangler
@ 2005-09-03  1:14     ` Michael Crute
  2005-09-03  8:35       ` Mattias Granlund
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Crute @ 2005-09-03  1:14 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1006 bytes --]

On 9/2/05, John Dangler <jdangler@atlantic.net> wrote:
> 
> Mike~
> Thanks for the reply. I did check the settings in my.cnf and
> skip-networking is commented out.
> I looked at the rest of the configuration and it seems as though it should
> allow the connection…
> 
> Help is definitely appreciated…
> 
> 
One thought would be that you may not have PHPMyAdmin configured properly. 
Is the error you are getting a PHPMyAdmin error page or a browser error? Is 
your webserver setup to server the pages properly (no offense just going for 
the obvious first). Is the MySQL user your are trying to login as allowed to 
login remotely? Firewall? Just some thoughts. I can send you my
config.phpfor MyAdmin if that would help. There isnt much good stuff
in there anyhow
;)

-Mike

-- 
________________________________
Michael E. Crute
Software Developer
SoftGroup Development Corporation

Linux, because reboots are for installing hardware.
"In a world without walls and fences, who needs windows and gates?"

[-- Attachment #2: Type: text/html, Size: 1346 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] connections
  2005-09-03  1:14     ` Michael Crute
@ 2005-09-03  8:35       ` Mattias Granlund
  2005-09-03 16:02         ` John Dangler
  0 siblings, 1 reply; 6+ messages in thread
From: Mattias Granlund @ 2005-09-03  8:35 UTC (permalink / raw
  To: gentoo-user

Hi!
My first post here, so bare with me.

You would want to check the variable "$cfg['PmaAbsoluteUri'] =  
'http://localhost/phpmyadmin';" in config.inc.php in phpmyadmin's dir. If  
that points to localhost, your browser / server will direct you there.  
Change it to your servers IP or domainname and you should be good to go.

//Mattias Granlund

On Sat, 03 Sep 2005 03:14:58 +0200, Michael Crute <mcrute@gmail.com> wrote:

> On 9/2/05, John Dangler <jdangler@atlantic.net> wrote:
>>
>> Mike~
>> Thanks for the reply. I did check the settings in my.cnf and
>> skip-networking is commented out.
>> I looked at the rest of the configuration and it seems as though it  
>> should
>> allow the connection…
>>
>> Help is definitely appreciated…
>>
>>
> One thought would be that you may not have PHPMyAdmin configured  
> properly.
> Is the error you are getting a PHPMyAdmin error page or a browser error?  
> Is
> your webserver setup to server the pages properly (no offense just going  
> for
> the obvious first). Is the MySQL user your are trying to login as  
> allowed to
> login remotely? Firewall? Just some thoughts. I can send you my
> config.phpfor MyAdmin if that would help. There isnt much good stuff
> in there anyhow
> ;)
>
> -Mike
>



-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [gentoo-user] connections
  2005-09-03  8:35       ` Mattias Granlund
@ 2005-09-03 16:02         ` John Dangler
  0 siblings, 0 replies; 6+ messages in thread
From: John Dangler @ 2005-09-03 16:02 UTC (permalink / raw
  To: gentoo-user

Mattias~
Thanks for the reply.  Actually, my config.inc.php has
$cfg['PmaAbsoluteUri']='' (autoconfig is working ok)

the server ip is 192.168.1.10
the laptop ip is 192.168.1.15

the /etc/hosts file in the server has 
127.0.0.1 localhost myserver myserver2

I'm wondering if the /etc/hosts file in the laptop should get an entry with:
192.168.1.10 myserver myserver2

John 
 

-----Original Message-----
From: Mattias Granlund [mailto:mattias.granlund@gmail.com] 
Sent: Saturday, September 03, 2005 4:35 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] connections

Hi!
My first post here, so bare with me.

You would want to check the variable "$cfg['PmaAbsoluteUri'] =  
'http://localhost/phpmyadmin';" in config.inc.php in phpmyadmin's dir. If  
that points to localhost, your browser / server will direct you there.  
Change it to your servers IP or domainname and you should be good to go.

//Mattias Granlund

On Sat, 03 Sep 2005 03:14:58 +0200, Michael Crute <mcrute@gmail.com> wrote:

> On 9/2/05, John Dangler <jdangler@atlantic.net> wrote:
>>
>> Mike~
>> Thanks for the reply. I did check the settings in my.cnf and
>> skip-networking is commented out.
>> I looked at the rest of the configuration and it seems as though it  
>> should
>> allow the connection.
>>
>> Help is definitely appreciated.
>>
>>
> One thought would be that you may not have PHPMyAdmin configured  
> properly.
> Is the error you are getting a PHPMyAdmin error page or a browser error?  
> Is
> your webserver setup to server the pages properly (no offense just going  
> for
> the obvious first). Is the MySQL user your are trying to login as  
> allowed to
> login remotely? Firewall? Just some thoughts. I can send you my
> config.phpfor MyAdmin if that would help. There isnt much good stuff
> in there anyhow
> ;)
>
> -Mike
>



-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
-- 
gentoo-user@gentoo.org mailing list





-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-09-03 16:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-02 18:28 [gentoo-user] connections John Dangler
2005-09-02 21:34 ` Michael Crute
2005-09-02 23:21   ` John Dangler
2005-09-03  1:14     ` Michael Crute
2005-09-03  8:35       ` Mattias Granlund
2005-09-03 16:02         ` John Dangler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox