PDA

View Full Version : Where is PHPMyAdmin?



ankursethi
July 9th, 2007, 03:23 PM
I posted this in the wrong section (Servers and Security). I request the mod to remove this post and move the other one to this forum.

I need some help. Guys, take a look at this thread : http://ubuntuforums.org/showthread.php?t=495767

Anybody?

LaRoza
July 9th, 2007, 03:26 PM
I posted this in the wrong section (Servers and Security). I request the mod to remove this post and move the other one to this forum.

I need some help. Guys, take a look at this thread : http://ubuntuforums.org/showthread.php?t=495767

Anybody?

Type this in your browser:


http://127.0.0.1/phpmyadmin

Did you get anything?

PHPMyAdmin is usually not in the www folder, it is aliased. At least on my Apache server.

mermshaus
July 9th, 2007, 04:32 PM
In my /etc/apache2/sites-available/default file, I have:


NameVirtualHost *
<VirtualHost *>

...

Alias /phpmyadmin/ "/var/www/phpmyadmin/"
<Directory "/var/www/phpmyadmin/">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>


sudo /etc/init.d/apache2 restart

I post this because I *think* that it's not generated automatically.

ankursethi
July 10th, 2007, 12:26 PM
Nope, nothing. Not even after adding the virtual host.

But it works if a copy a symlink of the phpmyadmin folder to the www folder in my home directory. Well, if it works it works. Thanks for the hints :-)

hawzor
July 12th, 2007, 09:59 PM
Hey ankursethi, PMA is not included in the LAMP stack. And it is uber-easy to set up on its own, even noobs like me can hack this from the command line, so no worries. IM if you would like the brief tutorial. We can trade services. :)

Ek0nomik
July 13th, 2007, 02:25 AM
Hey ankursethi, PMA is not included in the LAMP stack. And it is uber-easy to set up on its own, even noobs like me can hack this from the command line, so no worries. IM if you would like the brief tutorial. We can trade services. :)

Why not post on the forum so everyone can benefit?