![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Installation & Upgrades For questions about upgrading and installation of your new Ubuntu OS. |
|
|
Thread Tools | Display Modes |
|
|
#11 | |
|
just this guy, you know.
![]() Join Date: Oct 2004
Location: Kingston, On
My beans are hidden!
|
Re: "http://localhost/phpmyadmin" not found
Quote:
sudo apt-get install phpmyadmin (you need to enable the universe repository.)
__________________
I lost a "z". Anyone seen it around here? |
|
|
|
|
|
|
#12 |
|
A Carafe of Ubuntu
![]() Join Date: Jan 2006
Location: Norway
My beans are hidden!
|
Re: "http://localhost/phpmyadmin" not found
It's amazing how small things that can change your day!
Thanks for your help - it made me sing! |
|
|
|
|
|
#13 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2008
Beans: 2
|
Re: "http://localhost/phpmyadmin" not found
I am having the same problem.
PHP, Apache and MySql are all getting along famously. I have installed and re-installed phpMyAdmin as detailed above but it still doesn't work. The phpMyAdmin directory is there in the /usr/share/ directory, but there is nothing pointing to it in the /var/www/ directories. I am using Ubuntu 7.10. Could you tell me how to make one of these symbolic links that are mentioned? |
|
|
|
|
|
#14 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2008
Beans: 2
|
Re: "http://localhost/phpmyadmin" not found
Never mind - I made it work with my brain.
|
|
|
|
|
|
#15 |
|
First Cup of Ubuntu
![]() Join Date: Sep 2007
Beans: 9
|
Re: "http://localhost/phpmyadmin" not found
i had the same problem but clues on this topic helped me with solution
Code:
sudo ln -s /usr/share/phpmyadmin /var/www |
|
|
|
|
|
#16 |
|
Chocolate-Covered Ubuntu Beans
![]() |
Re: "http://localhost/phpmyadmin" not found
that's strange, if you installed it from the repos, it should have taken care of all that by creating a file called:
/etc/apache2/conf.d/phpmyadmin.conf as well as a few other config-related things ... |
|
|
|
|
|
#17 |
|
First Cup of Ubuntu
![]() Join Date: Mar 2008
Beans: 1
|
Same thing. I followed Addison Berry's short video (www.lullabot.com) on installing LAMP and phpmyadmin did not end up in /var/www as she noted it should. She was installing on Fiesty Fawn (7.04) but said it would work the same on 7.10.
http://localhost/phpmyadmin worked the first time around, but did not work correctly the second time around hence I got the 404 message too. The sudo ln -s command you offered in a previous post fixed the problem nicely. Although I would rather have seen phpmyadmin in the /var/www directory so my worries about messing things up would be lessened Wonder if this is a new feature in 7.10? BTW, Ubuntu rocks, you guys are great for all the assistance and informative posts. I'm having a great time! Last edited by newb4sure; March 18th, 2008 at 08:32 PM.. |
|
|
|
|
|
#18 |
|
5 Cups of Ubuntu
![]() Join Date: Mar 2008
Beans: 30
Ubuntu 8.10 Intrepid Ibex
|
Re: "http://localhost/phpmyadmin" not found
Whoa .. this thread just solved my problem. That ln command is just what I was looking for (guess it before, but didn't know how to do it::noob)
Thanks, guys! |
|
|
|
|
|
#19 |
|
First Cup of Ubuntu
![]() Join Date: Jun 2006
Location: Olathe, KS
Beans: 5
Ubuntu 7.10 Gutsy Gibbon
|
Re: "http://localhost/phpmyadmin" not found
Tracked down a solution to the 404 error when trying to access localhost/phpmyadmin. When installing phpmyadmin (sudo apt-get install phpmyadmin) at the command line, during the install a window will open telling you about phpmyadmin auto configuring for apache. To select the appropriate apache option, tab through to highlight the apache option you want and then press the space bar to place an asterick in the box. Hit enter to proceed with install and you should be good to go. Found this info at: http://devolio.com/blog/archives/221...untu-7.10.html
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|