New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Installing phpMyAdmin on Bubba Two

Got problems with your B2 or B3? Share and get helped!
Post Reply
redhot
Posts: 7
Joined: 07 Nov 2008, 11:07

Installing phpMyAdmin on Bubba Two

Post 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.
HeSitated
Posts: 30
Joined: 26 Jun 2009, 12:36
Location: Ede, The Netherlands

Re: Installing phpMyAdmin on Bubba Two

Post 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!
zander
Posts: 141
Joined: 01 Jan 2009, 23:16
Location: las vegas, nv, usa
Contact:

Re: Installing phpMyAdmin on Bubba Two

Post 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.
~alonzo...
HeSitated
Posts: 30
Joined: 26 Jun 2009, 12:36
Location: Ede, The Netherlands

Re: Installing phpMyAdmin on Bubba Two

Post 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!
zander
Posts: 141
Joined: 01 Jan 2009, 23:16
Location: las vegas, nv, usa
Contact:

Re: Installing phpMyAdmin on Bubba Two

Post 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".
~alonzo...
carl
Posts: 474
Joined: 07 May 2008, 04:41

Re: Installing phpMyAdmin on Bubba Two

Post 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
/Carl Fürstenberg, Excito Software Developer
http://www.excito.com
support@excito.com
zander
Posts: 141
Joined: 01 Jan 2009, 23:16
Location: las vegas, nv, usa
Contact:

Re: Installing phpMyAdmin on Bubba Two

Post by zander »

ty carl,

that resolved the issue.

zander
~alonzo...
zander
Posts: 141
Joined: 01 Jan 2009, 23:16
Location: las vegas, nv, usa
Contact:

Re: Installing phpMyAdmin on Bubba Two

Post by zander »

hi,

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

ty.

zander
~alonzo...
Post Reply