Jump to content
  • 0

how to install phpadmin(database) to Centos 5 32bit / OS?


Petey Pablo

Question


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.03
  • Content Count:  569
  • Reputation:   11
  • Joined:  11/24/11
  • Last Seen:  

anyone can help me and support for this? thank you!!

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  01/19/12
  • Last Seen:  

you have to get them from different repositories. and then do something like this

yum --enablerepo=<repository name> install phpmyadmin

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

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

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  139
  • Reputation:   2
  • Joined:  07/05/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

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/

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  139
  • Reputation:   2
  • Joined:  07/05/12
  • Last Seen:  

eh i'm done already sir Asura :D tyvm anyway..

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...