LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Unable to start phpmyadmin (https://www.linuxquestions.org/questions/linux-newbie-8/unable-to-start-phpmyadmin-794225/)

elainelaw 03-09-2010 09:11 AM

Unable to start phpmyadmin
 
I have download the below tar.gz then extract it , and then put it to DocumentRoot to run the index.php , but unable to use it , can advise what program that I need to install before running it ? thx

phpMyAdmin-3.3.0-english

freelinuxtutorials 03-09-2010 09:56 AM

what did you see on your browser when accessing the index.php?
do you see any errors in your httpd logs?
did you install the php-mysql package?
Is index.php included on your DirectoryIndex on httpd.conf?

You can test if your php is working , by creating a test page e.g.
phpinfo.php, with contents

<?php
phpinfo();
?>

then browse it http://ipaddress/phpinfo.php

If you are able to view the page, then your web server is configured to display php pages.


All times are GMT -5. The time now is 01:21 AM.