Solving problemas with PhPMyadmin on Ubuntu
You know, everytime you want to install LAMP + phpmyadmin on Ubuntu, you can simply write on terminal:
sudo apt-get install apache2 mysql-server-5.0 php5 php5-mysql phpmyadmin
Ok, you are ready to go, but the only problem is that you can’t find the phpmyadmin folder when accessing http://localhost/ you can’t even see the folder at /var/www/ . So what you should do is:
sudo ln -sf /usr/share/phpmyadmin/ /var/www/phpmyadmin
It will link the phpmyadmin folder from /usr/share/phpmyadmin/ to /var/www/phpmyadmin
now try going to http://localhost/phpmyadmin and you are good to go!
5 Comments
Leave a comment
Top Posts
HowTo: Blinking LEDs
HowTo: External Winamp Control
Temperature Sensor + Arduino
10 Things To Do Just After Installing Ubuntu 7.10
How To Make Your Iphone Battery Last Longer
Recent Comments
- (Rob Gleason): Hey guys this is an awesome pr
- (Silviu): Is there a problem if I use 1k
- (ET): Hi :) Great project. THX. I'm
- (Terry): Please add http://www.ushareim
- (Judah): Hey, I know this is 7 years on
- (DanielAndrade): Hello Gilbert, what you could
- (Gilbert): Hi there. I am thinking abo
- (Dev): Thanks for this, followed your
- (Alex): Hey, sounds like there is some
- (Paul K.): Just a heads up - if you cut a
Status
Posts: 193
Comments:1476
Comments/Posts: 8
I Support

I support the Open Source Hardware Definition v1.0
Proudly Hosted By





Thanks, worked a treat.
B
How to reformat an ubuntu HD to be used on windows
How to reformat an Linux Hard Drive to be used on windows xp
Thanks…. this made my life easier.
I spent an hour trying to access phpmyadmin…totally forgot to make an alias link…thank you.