Petey Pablo Posted May 18, 2012 Share Posted May 18, 2012 anyone can help me and support for this? thank you!! Quote Link to comment Share on other sites More sharing options...
GLeech Posted May 18, 2012 Share 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 Link to comment Share on other sites More sharing options...
Asura Posted May 18, 2012 Share 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 Link to comment Share on other sites More sharing options...
Brian Posted May 19, 2012 Share 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 Link to comment Share on other sites More sharing options...
onizame Posted July 20, 2012 Share 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 Link to comment Share on other sites More sharing options...
Asura Posted July 23, 2012 Share 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 Link to comment Share on other sites More sharing options...
onizame Posted July 23, 2012 Share Posted July 23, 2012 eh i'm done already sir Asura tyvm anyway.. Quote Link to comment Share on other sites More sharing options...
anyone can help me and support for this? thank you!!
Link to comment
Share on other sites