Re: [gentoo-user] connections

2005-09-03 Thread Mattias Granlund

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 [EMAIL PROTECTED] wrote:


On 9/2/05, John Dangler [EMAIL PROTECTED] 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



RE: [gentoo-user] connections

2005-09-03 Thread John Dangler
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:[EMAIL PROTECTED] 
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 [EMAIL PROTECTED] wrote:

 On 9/2/05, John Dangler [EMAIL PROTECTED] 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



Re: [gentoo-user] connections

2005-09-02 Thread Michael Crute
On 9/2/05, John Dangler [EMAIL PROTECTED] wrote:
how can I setup my laptop to connect to apps like phpmyadmin on the localfileserver?both are running gentoo 
2.6.12-r9 .vfs is setup and running, but when I try to connect from the laptop to thefileserver on other apps likephpmyadmin, I get The connection was refused when attempting to contact
127.0.0.1I'm using http://192.168.1.10/phpmyadmin in the browser, so it would appearas though the message is saying it's trying to connect to 'localhost'.

I can't verify thisat 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. CruteSoftware DeveloperSoftGroup Development CorporationLinux, because reboots are for installing hardware.In a world without walls and fences, who needs windows and gates? 



RE: [gentoo-user] connections

2005-09-02 Thread John Dangler
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:[EMAIL PROTECTED] 
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 [EMAIL PROTECTED] 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



Re: [gentoo-user] connections

2005-09-02 Thread Michael Crute
On 9/2/05, John Dangler [EMAIL PROTECTED] wrote:
Mike~Thanks for the reply.I did check the settings in my.cnf andskip-networking is commented out.I looked at the rest of the configuration and it seems as though it shouldallow 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.php
for MyAdmin if that would help. There isnt much good stuff in there
anyhow ;)

-Mike-- Michael E. CruteSoftware DeveloperSoftGroup Development CorporationLinux, because reboots are for installing hardware.In a world without walls and fences, who needs windows and gates?