Gentoo Archives: gentoo-user

From: David Obwaller <david.obwaller@×××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] phpmyadmin user/password? [solved]
Date: Fri, 16 Dec 2005 07:13:06
Message-Id: 20051216070650.GA14316@www.ee-software.at
In Reply to: RE: [gentoo-user] phpmyadmin user/password? [solved] by Daevid Vincent
1 On Thu, Dec 15, 2005 at 05:00:02PM -0800, Daevid Vincent wrote:
2 > Hmm. Well I thought I had done this, but issuing this command again seemed
3 > to have fixed it:
4 >
5 > mysql -u root -p <
6 > /usr/share/webapps/phpmyadmin/2.7.0_p1/sqlscripts/mysql/2.7.0_p1_create.sql
7 >
8 > The problem now is that all the images are broken and no CSS is being
9 > applied if I try to connect from a remote IP.
10 >
11 > I fixed that by setting config.default.php to:
12 >
13 > #$cfg['PmaAbsoluteUri'] = 'http://localhost//phpmyadmin';
14 > $cfg['PmaAbsoluteUri'] = '';
15 >
16 > Not quite sure why that is set by default when it works better without it...
17
18 I believe the correct setting would be something like
19
20 $cfg['PmaAbsoluteUri'] = 'http://YOUR_IP_OR_HOSTNAME/phpmyadmin';
21
22 David
23 --
24 gentoo-user@g.o mailing list