On Thu, Dec 15, 2005 at 05:00:02PM -0800, Daevid Vincent wrote:
> Hmm. Well I thought I had done this, but issuing this command again seemed
> to have fixed it:
> 
> mysql -u root -p <
> /usr/share/webapps/phpmyadmin/2.7.0_p1/sqlscripts/mysql/2.7.0_p1_create.sql 
> 
> The problem now is that all the images are broken and no CSS is being
> applied if I try to connect from a remote IP.
> 
> I fixed that by setting config.default.php to:
> 
> #$cfg['PmaAbsoluteUri'] = 'http://localhost//phpmyadmin';
> $cfg['PmaAbsoluteUri'] = '';                            
> 
> Not quite sure why that is set by default when it works better without it...

I believe the correct setting would be something like

        $cfg['PmaAbsoluteUri'] = 'http://YOUR_IP_OR_HOSTNAME/phpmyadmin';

David
-- 
[email protected] mailing list

Reply via email to