Gentoo Archives: gentoo-user

From: Daevid Vincent <daevid@××××××.com>
To: gentoo-user@l.g.o
Subject: RE: [gentoo-user] phpmyadmin user/password? [solved]
Date: Fri, 16 Dec 2005 01:05:09
Message-Id: 200512160100.jBG104Ht002435@robin.gentoo.org
In Reply to: Re: [gentoo-user] phpmyadmin user/password? by Qv6
1 Hmm. Well I thought I had done this, but issuing this command again seemed
2 to have fixed it:
3
4 mysql -u root -p <
5 /usr/share/webapps/phpmyadmin/2.7.0_p1/sqlscripts/mysql/2.7.0_p1_create.sql
6
7 The problem now is that all the images are broken and no CSS is being
8 applied if I try to connect from a remote IP.
9
10 I fixed that by setting config.default.php to:
11
12 #$cfg['PmaAbsoluteUri'] = 'http://localhost//phpmyadmin';
13 $cfg['PmaAbsoluteUri'] = '';
14
15 Not quite sure why that is set by default when it works better without it...
16
17
18 "You had me at EHLO" --E.Webb (10.04.05)
19
20 > -----Original Message-----
21 > From: Qv6 [mailto:sundiatah@×××××××.net]
22 > Sent: Thursday, December 15, 2005 4:18 PM
23 > To: gentoo-user@l.g.o
24 > Subject: Re: [gentoo-user] phpmyadmin user/password?
25 >
26 > On Thursday 15 December 2005 05:24 pm, Daevid Vincent wrote:
27 > > I emerged phpmyadmin 2.7 and when I go to the URL, it prompts for a
28 > > user/password. What exactly is this user/pw it's looking
29 > for? The one
30 > > stored in mysql.users? My actual account? Both in this case have no
31 > > password set.
32 >
33 > It's asking for the Mysql username/password root user. Recall that
34 > phpmyadmin is used to administer/administrate Mysql
35 > --
36 > gentoo-user@g.o mailing list
37 >
38 >
39
40 --
41 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] phpmyadmin user/password? [solved] David Obwaller <david.obwaller@×××.at>