LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   phpmyadmin integration with mysql and apache (https://www.linuxquestions.org/questions/linux-newbie-8/phpmyadmin-integration-with-mysql-and-apache-680848/)

vamsi_k 11-03-2008 10:17 AM

phpmyadmin integration with mysql and apache
 
i downloaded from net phpMyAdmin-2.11.9.2-1.el5.noarch.rpm and

installed phpmyadmin rpm on cent os 5.2 . I also installed mysql , php

rpm packages from centos dvd.

how to make phpmyadmin integrate

with Apache and Mysql and browse http://localhost/phpmyadmin ?

TB0ne 11-03-2008 10:55 AM

Quote:

Originally Posted by vamsi_k (Post 3330191)
i downloaded from net phpMyAdmin-2.11.9.2-1.el5.noarch.rpm and

installed phpmyadmin rpm on cent os 5.2 . I also installed mysql , php

rpm packages from centos dvd.

how to make phpmyadmin integrate

with Apache and Mysql and browse http://localhost/phpmyadmin ?

Did you try Google?

http://www.howtoforge.com/quick-n-ea...er-centos-rhel

Also, there are good docs that come with phpmyadmin..did you follow them?? If you post what you're having problems with, we can try to help, but if you haven't already tried to do an installation, there isn't much we can do.

vamsi_k 11-03-2008 11:36 PM

http://localhost/phpmyadmin

Error:

phpMyAdmin was unable to read your configuration file!
This might happen if PHP finds a parse error in it or PHP cannot find the file.
Please call the configuration file directly using the link below and read the PHP error message(s) that you receive. In most cases a quote or a semicolon is missing somewhere.
If you receive a blank page, everything is fine.

./config.inc.php

TB0ne 11-04-2008 08:09 AM

Quote:

Originally Posted by vamsi_k (Post 3330916)
http://localhost/phpmyadmin

Error:

phpMyAdmin was unable to read your configuration file!
This might happen if PHP finds a parse error in it or PHP cannot find the file.
Please call the configuration file directly using the link below and read the PHP error message(s) that you receive. In most cases a quote or a semicolon is missing somewhere.
If you receive a blank page, everything is fine.

./config.inc.php


I have to guess that you're saying it still isn't working, since all you've done is post a message.

Did you go through the installation documents, and follow those instructions???? It's pretty plain that one of your config files isn't in the right place, or hasn't been configured.

vamsi_k 11-27-2008 06:20 AM

Problem is i forget to end below lines with semicolon

$cfg['Servers'][$i]['auth_type'] = 'http'; <-- ( Here )

$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'root-password'; <-- ( also here )


All times are GMT -5. The time now is 08:47 PM.