My webserver is already active and serving websites. So localhost takes me to my main website. And localhost/phpmyadmin does not take me there. Perhaps it's on a specific port?
Main Topics
Browse All TopicsI have MySQL installed and running on Fedora 6. I know I also installed phpmyadmin from the software install, but I can't find it in any of my menus. How do I access MySQL from the phpmyadmin. If I had the address it would be abreeze, but Fedora never told me what address to access in my browser. Please help. Thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
phpMyAdmin is typically installed in the (if using Apache as your webserver) htdocs or whatever public folder you have where web pages are served up by your webserver.
For instance, on my server, I have phpMyAdmin stored in the root folder of my default webserver site. Then, all I need to do to access it is to goto that domain on my browser, e.g. http://www.mydomain.com/ph
You need only to upload the phpMyAdmin files to your webserver to access them. As a security note, if you want to limit access to that folder, aside from phpMyAdmin's login system, then you will need to secure that folder somehow with a combination of permissions and/or an .htaccess limitation, but that's an entirely different topic alltogether.
I hope this helped out :)
~AB
On Fedora Core 6, the default directory for website files is /var/www/html. Take a look in that directory to find any folders that may be related to phpMyAdmin. If you find a folder there, add it to the URL when trying to access phpMyAdmin in the browser, eg: http://localhost/<folderna
If you do not find any promising directories in /var/www/html, take a look at the files installed by the phpMyAdmin RPM:
rpm -ql phpMyAdmin
The above command will give you a list of files installed by phpMyAdmin. If you get a response that phpMyAdmin is not installed or is broken, you can reinstall it using something like this:
yum install phpMyAdmin
Business Accounts
Answer for Membership
by: Raynard7Posted on 2007-01-14 at 13:54:11ID: 18312938
hi,
n
generally this is installed in a folder on your web server.
http://localhost
should bring up your root web server folder, then depending on where you saved phpmyadmin it will be something like
http://localhost/phpmyadmi
if in doubt I would look and see what is in your web server's folders