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.
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
Re: Installing phpMyAdmin on Bubba Two
Look at the HowTo section: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
http://forum.excito.net/viewtopic.php?f=8&t=1869#p8696
Good luck with it!
Re: Installing phpMyAdmin on Bubba Two
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 to phpmyadmin.conf. rebooted i still cannot login.
i get this error
please advise.
thank you.
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
i get this error
.#1045 - Access denied for user 'root'@'localhost' (using password: YES)
please advise.
thank you.
~alonzo...
Re: Installing phpMyAdmin on Bubba Two
Did you provide a password? B2 uses default a blank passwordzander 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)

Can you login on the command-line?
suc6!
Re: Installing phpMyAdmin on Bubba Two
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...HeSitated wrote:Did you provide a password? B2 uses default a blank passwordzander 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)
Can you login on the command-line?
suc6!
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".#1045 - Access denied for user 'admin'@'localhost' (using password: NO)
~alonzo...
Re: Installing phpMyAdmin on Bubba Two
the user admin deosn't have free access to the mysql database, you should change to user root first.zander wrote: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...HeSitated wrote:Did you provide a password? B2 uses default a blank passwordzander 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 .
Can you login on the command-line?
suc6!
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".#1045 - Access denied for user 'admin'@'localhost' (using password: NO)
/Carl
Re: Installing phpMyAdmin on Bubba Two
hi,
i hate to keep asking such noob questions but how do i change the phpMyAdmin root password from blank?
ty.
zander
i hate to keep asking such noob questions but how do i change the phpMyAdmin root password from blank?
ty.
zander
~alonzo...