Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: derrobe on March 20, 2005, 08:12:41 PM

Title: PHPmyadmin and 7.0alpha3
Post by: derrobe on March 20, 2005, 08:12:41 PM
I am trying to run phpmyadmin on 7alpha3 and i ran the RPM successfully for it but now I am getting The page cannot be found error.  Any suggestions on what I need to do.  This is a freshly loaded machine
Title: Same issue
Post by: Skydiver on March 20, 2005, 11:45:17 PM
I just tried the RPM also and got the same result.

I used the rpm -e to remove it and system is back to normal but i would like to use this feature as command line stuff drives me crazy. Anyone have a fix for this.
Title: PHPmyadmin and 7.0alpha3
Post by: ergozd on March 21, 2005, 05:50:19 PM
Hi there!

There are differences about howto configure httpd.conf for httpd-2.0.x and apache-1.3.x . phpmyadmin-contrib you've installed works with apache-1.3.x which was part of SMEServer 5.x-6.x.
Maybe nightspirit has the answer.
Title: PHPmyadmin and 7.0alpha3
Post by: shanen on March 22, 2005, 10:56:46 AM
You can always place it in an ibay and run it from there...
Download from http://www.phpmyadmin.net/home_page/downloads.php
I used the zip.
Create an ibay called phpmyadmin and set security as you see fit. Allow scripts to run on the ibay.
Extract the zip and place in the ibay.

Now we need to find out what the root password is so phpadmin can connect to mysql.
vi /root/.my.cnf
or
pico /root/.my.cnf
(yes the password is the big long bunch of stuff)
Now copy it for later.

Edit the file config.inc.php
vi /etc/e-smith/files/ibays/your_ibay/config.inc.php
Go to line 85
Add the root password to:
$cfg['Servers'][$i]['password']      = 'your_root_password';          // MySQL password (only needed.

Your done... Now go to http://your_sme_server/phpadmin/

Shane