Accessing PHPMyadmin From other PC
Posted by: Truffle (209.48.243.---)
Date: May 31, 2006 06:42PM

Hi,

I'm trying to access phpmyadmin from another PC on the same network. So I'll type in

[server]

or the ip

[192.168.1.2]

and when it goes in it tries to force it to load

[localhost]

so how do i keep it from changing from "server" to localhost so I can access phpmyadmin from another PC in the office?

Thanks

Options: ReplyQuote
Re: Accessing PHPMyadmin From other PC
Posted by: CyberSpatium (67.170.181.---)
Date: May 31, 2006 08:30PM

to change the wamp tray icon menus from localhost to your ip address find:
C:\wamp\wampserver.ini

find all instances of localhost, and replace it with your ip address.

Also, just as a little extra, open up your phpmyadmin config.ini.php file:
C:\wamp\phpmyadmin\config.inc.php

find:
$cfg['PmaAbsoluteUri'] = '';

change to:
$cfg['PmaAbsoluteUri'] = 'http://192.168.1.2/phpmyadmin/';

Options: ReplyQuote
Re: Accessing PHPMyadmin From other PC
Posted by: Truffle (---.itexas.net)
Date: June 04, 2006 02:42AM

Thanks

all that was needed was to change the

$cfg['PmaAbsoluteUri'] = '';

Options: ReplyQuote


Sorry, only registered users may post in this forum.