Petey Pablo Posted May 18, 2012 Posted May 18, 2012 anyone can help me and support for this? thank you!! Quote
GLeech Posted May 18, 2012 Posted May 18, 2012 you have to get them from different repositories. and then do something like this yum --enablerepo=<repository name> install phpmyadmin Quote
Asura Posted May 18, 2012 Posted May 18, 2012 Hi Will Suranol, You should download the phpMyAdmin from the official website; then upload it to your web directory and proceed to edit the config file, that's pretty much it. http://www.phpmyadmin.net/home_page/index.php 1 Quote
Brian Posted May 19, 2012 Posted May 19, 2012 I also prefer manually installing. Install Apache, PHP, and some other stuff: yum -y install httpd php php-mysql wget zip unzip Download phpMyAdmin (get URL from their downloads page) and extract: cd /var/www/html/ wget http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.1/phpMyAdmin-3.5.1-english.zip unzip phpMyAdmin-3.5.1-english.zip rm phpMyAdmin-3.5.1-english.zip optional: rename the folder mv phpMyAdmin-3.5.1-english/ secret_folder_name/ Point your browser to: http://<YOUR_SERVER_IP_OR_HOSTNAME>/phpMyAdmin-3.5.1-english/setup/ and follow the configuration instructions. Quote
onizame Posted July 20, 2012 Posted July 20, 2012 I also prefer manually installing. Install Apache, PHP, and some other stuff: yum -y install httpd php php-mysql wget zip unzip Download phpMyAdmin (get URL from their downloads page) and extract: cd /var/www/html/ wget http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.1/phpMyAdmin-3.5.1-english.zip unzip phpMyAdmin-3.5.1-english.zip rm phpMyAdmin-3.5.1-english.zip optional: rename the folder mv phpMyAdmin-3.5.1-english/ secret_folder_name/ Point your browser to: http://<YOUR_SERVER_IP_OR_HOSTNAME>/phpMyAdmin-3.5.1-english/setup/ and follow the configuration instructions. i need some help here D: i try all that steps. except mv phpMyAdmin-3.5.1-english/ secret_folder_name/ and when i do http://<YOUR_SERVER_IP_OR_HOSTNAME>/phpMyAdmin-3.5.1-english/setup/ its not open.. i dunno whats wrong :S Quote
Asura Posted July 23, 2012 Posted July 23, 2012 Hi onizame, If you actually named the folder 'secret_folder_name'; then it would probably be like this... http://<YOUR_SERVER_IP_OR_HOSTNAME>/secret_folder_name/setup/ 1 Quote
Question
Petey Pablo
anyone can help me and support for this? thank you!!
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.