phpmyadmin not getting install in CentOS 6

Issues related to applications and software problems
Post Reply
biswabhusan
Posts: 11
Joined: 2013/06/08 14:24:02
Contact:

phpmyadmin not getting install in CentOS 6

Post by biswabhusan » 2013/06/17 16:30:57

Hi,

I downloaded phpMyAdmin-4.0.3-all-languages.tar.bz2 from phpmyadmin website.
Unzip this and stored in /var/www/html/ as phpmyadmin

Updated Config file as follows

/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'http';
/* Server parameters */

but when I am trying to access http://localhost/phpmyadmin

I am getting the following error.

------------------------
Not Found

The requested URL /phpMyAdmin was not found on this server.
Apache/2.2.15 (CentOS) Server at localhost Port 80
------------------------

Please help.

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

phpmyadmin not getting install in CentOS 6

Post by gerald_clark » 2013/06/18 02:04:34

Welcome to CentOS.
New members need to read http://www.centos.org/modules/newbb/viewforum.php?forum=47

Epel has phpmyadmin 3.5.8
I recommend you remove what you installed, and use yum to install it from epel.

assen
Posts: 80
Joined: 2013/02/22 12:48:05
Contact:

Re: phpmyadmin not getting install in CentOS 6

Post by assen » 2013/06/18 11:51:56

Hi,

[quote]
but when I am trying to access http://localhost/phpmyadmin

The requested URL /phpMyAdmin was not found on this server.
[/quote]

Because in Linux filenames are case sensitive, the local part of the URL is also case sensitive; therefore, 'phpMyAdmin' is not the same as 'phpmyadmin'. Type in the URL what you have in the directory name.

WWell,

biswabhusan
Posts: 11
Joined: 2013/06/08 14:24:02
Contact:

Re: phpmyadmin not getting install in CentOS 6

Post by biswabhusan » 2013/06/18 16:03:50

I tried with small letters. but still it is not working.

Even, I tried to configure apache config file. After this also it is not working.

Let me go through the Epel installation.

biswabhusan
Posts: 11
Joined: 2013/06/08 14:24:02
Contact:

Re: phpmyadmin not getting install in CentOS 6

Post by biswabhusan » 2013/06/18 16:06:58

Before this installation I tried to use Epel installation process.

but as I am very begginer to CentOS.

I googled and running commands but some time url is not getting.
and Epel installtion fails.

it can be gr8 if you can help me to know the commands to install Epel phpmyadmin.


Thank You

biswabhusan
Posts: 11
Joined: 2013/06/08 14:24:02
Contact:

Re: phpmyadmin not getting install in CentOS 6

Post by biswabhusan » 2013/06/18 16:10:58

[root@static-137 Desktop]# yum update
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again



Mainly I am getting the above error using epel installation.

Post Reply