Mysql - PHPMyadmin error Centos 6.0

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
hubertus09
New to forums
New to forums
Posts: 3
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Dec 15, 2012 11:30 am

Mysql - PHPMyadmin error Centos 6.0

Post by hubertus09 »

well, I am running a minecraft server on my vps, and i needed mysql info for it. So i installed it, everything seemed fine and I did not get any errors. However, I noticed that when I do the command

Code: Select all

service httpd start
It does not show a:

Code: Select all

[  ok  ]
So i just typed in

Code: Select all

httpd
and it showed
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
I did this because i tried to get onto the phpmyadmin page : 63.468.64.26/phpmyadmin (not my actual ip adress)
but it did not work and slapped me in the face with a 404:
Not Found

The requested URL /phpmyadmin was not found on this server.

Apache/2.2.15 (CentOS) Server at XX.XXX.XX.XX Port 80
Can anyone figure out whats wrong? I tried the mysql database and everything is ok when i login through putty, but when I enter the login details to the log block config file it does not work saying that it cant connect to mysql. Do I need to first make a database for it to connect to?
User avatar
Vanderburg
Former staff
Former staff
Posts: 1253
Joined: Sat Nov 13, 2010 7:27 am
Location: Dallas, TX

Re: Mysql - PHPMyadmin error Centos 6.0

Post by Vanderburg »

What shows up when you try to go to just the IP address?
hubertus09
New to forums
New to forums
Posts: 3
Joined: Sat Dec 15, 2012 11:30 am

Re: Mysql - PHPMyadmin error Centos 6.0

Post by hubertus09 »

it shows me the apache http server test page
User avatar
Edge100x
Founder
Founder
Posts: 13130
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Mysql - PHPMyadmin error Centos 6.0

Post by Edge100x »

It sounds as though Apache is installed properly and phpMyAdmin just isn't in the server root. I'm not sure where the root is on your install, but often it's in /var/www/html or similar. Also, note that you'll need to install and configure PHP in order to run PHP utilities like phpMyAdmin.
Post Reply