SA-MP Forums Archive
CentOS 5.5 and phpMyAdmin - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: CentOS 5.5 and phpMyAdmin (/showthread.php?tid=182072)



CentOS 5.5 and phpMyAdmin - Scenario - 08.10.2010

Hi guys. I'm playing around with CentOS 5.5 on my home computer, before I get a CentOS 5.5 enhanced VPS. I have already installed PHP, MySQL and Apache. I'm having a problem with phpMyAdmin though. Could anybody help/guide me through installing it? I am using VirtualBox, so remote support is an alright option.


Re: CentOS 5.5 and phpMyAdmin - Chaprnks - 08.10.2010

You could try this. It's the exact one I used.


Re: CentOS 5.5 and phpMyAdmin - Scenario - 08.10.2010

Ah, thank you. I guess I have to upgrade my PHP package, so I'll let you know the results soon. Thanks again!

EDIT: This is truly going to be a pain in the ass. Thanks, it seems to be working besides a couple missing plugins.


Re: CentOS 5.5 and phpMyAdmin - iLinx - 08.10.2010

Code:
# wget http://downloads.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.3.7/phpMyAdmin-3.3.7-all-languages.zip?r=http%3A%2F%2Fwww.phpmyadmin.net%2Fhome_page%2Fdownloads.php&ts=1286577680&use_mirror=surfnet
# unzip phpMyAdmin-3.3.7-all-languages.zip
# mv phpMyAdmin-3.3.7-all-languages phpmyadmin
Configure as needed afterwards

Sourceforge or another reputable repository should be used with CentOS 5 imho, since its base repo is populated with outdated software.


Re: CentOS 5.5 and phpMyAdmin - Scenario - 09.10.2010

Quote:
Originally Posted by iLinx
View Post
Configure as needed afterwards

Sourceforge or another reputable repository should be used with CentOS 5 imho, since its base repo is populated with outdated software.
Thank you! How would I change the reop to something like Sourceforge? I'm still struggling with that part of Cent OS.