Page 1 of 1

Installing phpMyAdmin on Bubba Two

Posted: 01 Sep 2009, 09:36
by redhot
I've had a search around but I've not managed to find a decent How-To for installing phpMyAdmin on my Bubba Two.

MySQL seems to be installed already on my Bubba Two, and I've just used apt-get to install phpMyAdmin also, but when I try to access http://bubba/phpmyadmin I get the browser error message:

Not Found
The requested URL /phpmyadmin was not found on this server.
Apache/2.2.3 (Debian) mod_fastcgi/2.4.2 PHP/5.2.6-5ex1 with Suhosin-Patch mod_ssl/2.2.3 OpenSSL/0.9.8c Server at 192.168.0.100 Port 80


I've not tweaked any configuration files or anything like that yet - I'm quite new to all this.

Any help would be appreciated.

Re: Installing phpMyAdmin on Bubba Two

Posted: 01 Sep 2009, 13:59
by HeSitated
redhot wrote: MySQL seems to be installed already on my Bubba Two, and I've just used apt-get to install phpMyAdmin also, but when I try to access http://bubba/phpmyadmin I get the browser error message:

Not Found
The requested URL /phpmyadmin was not found on this server.
Apache/2.2.3 (Debian) mod_fastcgi/2.4.2 PHP/5.2.6-5ex1 with Suhosin-Patch mod_ssl/2.2.3 OpenSSL/0.9.8c Server at 192.168.0.100 Port 80
Look at the HowTo section:
http://forum.excito.net/viewtopic.php?f=8&t=1869#p8696

Good luck with it!

Re: Installing phpMyAdmin on Bubba Two

Posted: 01 Sep 2009, 17:39
by zander
hi,

i have installed phpmyadmin by following the link to the howto. the phpmyadmin login page loads but i cannot log in as eiter root or admin.

i then added the line

Code: Select all

Alias /phpmyadmin /usr/share/phpmyadmin
to phpmyadmin.conf. rebooted i still cannot login.

i get this error
#1045 - Access denied for user 'root'@'localhost' (using password: YES)
.

please advise.

thank you.

Re: Installing phpMyAdmin on Bubba Two

Posted: 02 Sep 2009, 14:11
by HeSitated
zander wrote: i have installed phpmyadmin by following the link to the howto. the phpmyadmin login page loads but i cannot log in as eiter root or admin.

i get this error
#1045 - Access denied for user 'root'@'localhost' (using password: YES)
.
Did you provide a password? B2 uses default a blank password :(

Can you login on the command-line?

suc6!

Re: Installing phpMyAdmin on Bubba Two

Posted: 03 Sep 2009, 01:56
by zander
HeSitated wrote:
zander wrote: i have installed phpmyadmin by following the link to the howto. the phpmyadmin login page loads but i cannot log in as eiter root or admin.

i get this error
#1045 - Access denied for user 'root'@'localhost' (using password: YES)
.
Did you provide a password? B2 uses default a blank password :(

Can you login on the command-line?

suc6!
i can ssh into bubba2. and go to root to install the package. but i tried the myphpadmin login with no password anyway and still get an error...
#1045 - Access denied for user 'admin'@'localhost' (using password: NO)
i think the problem has something to do with the "admin@localhost" displayed in the error message. it should read "admin@bubba". somehow phpadmin has not configured itself properly it should display the host name instead of "localhost".

Re: Installing phpMyAdmin on Bubba Two

Posted: 03 Sep 2009, 07:56
by carl
zander wrote:
HeSitated wrote:
zander wrote: i have installed phpmyadmin by following the link to the howto. the phpmyadmin login page loads but i cannot log in as eiter root or admin.

i get this error .
Did you provide a password? B2 uses default a blank password :(

Can you login on the command-line?

suc6!
i can ssh into bubba2. and go to root to install the package. but i tried the myphpadmin login with no password anyway and still get an error...
#1045 - Access denied for user 'admin'@'localhost' (using password: NO)
i think the problem has something to do with the "admin@localhost" displayed in the error message. it should read "admin@bubba". somehow phpadmin has not configured itself properly it should display the host name instead of "localhost".
the user admin deosn't have free access to the mysql database, you should change to user root first.

/Carl

Re: Installing phpMyAdmin on Bubba Two

Posted: 03 Sep 2009, 15:13
by zander
ty carl,

that resolved the issue.

zander

Re: Installing phpMyAdmin on Bubba Two

Posted: 03 Sep 2009, 16:02
by zander
hi,

i hate to keep asking such noob questions but how do i change the phpMyAdmin root password from blank?

ty.

zander