PhpMyAdmin 3.4.3 installation

Issues related to applications and software problems
Post Reply
matthewkfho
Posts: 2
Joined: 2011/07/01 13:26:42

PhpMyAdmin 3.4.3 installation

Post by matthewkfho » 2011/07/16 03:44:37

Can I know how to install the PhpMyAdmin 3.4.3 under CentOS 6.0?

Thank you so much for your help.
Matthew

saleh
Posts: 97
Joined: 2011/02/18 18:35:11
Location: ~/egypt/alexandria
Contact:

Re: PhpMyAdmin 3.4.3 installation

Post by saleh » 2011/07/16 13:02:10

You will need to install Remi Repository
and then,
yum install phpmyadmin
service httpd restart

for more details
http://dev.antoinesolutions.com/phpmyadmin

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

PhpMyAdmin 3.4.3 installation

Post by pschaff » 2011/07/17 14:51:20

Welcome to the CentOS fora. Reading [url=https://www.centos.org/modules/newbb/viewforum.php?forum=47]FAQ & Readme First[/url] is recommended for new users.

I'd try the version from [epel-testing] repo first. Remi is more likely to replace a lot of core packages.

sblantipodi
Posts: 252
Joined: 2009/07/10 09:43:13
Contact:

Re: PhpMyAdmin 3.4.3 installation

Post by sblantipodi » 2011/07/23 12:03:45

[quote]
pschaff wrote:
Welcome to the CentOS fora. Reading [url=https://www.centos.org/modules/newbb/viewforum.php?forum=47]FAQ & Readme First[/url] is recommended for new users.

I'd try the version from [epel-testing] repo first. Remi is more likely to replace a lot of core packages.[/quote]

epel testing doesn't have phpmyadmin 3. am I wrong? I can't find it.

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: PhpMyAdmin 3.4.3 installation

Post by pschaff » 2011/07/23 15:38:04

Hmmm - neither can I today. Seems to have been promoted to [epel].[code]
# yum --enablerepo epel list phpmyadmin\*
Loaded plugins: priorities, protect-packages, refresh-packagekit
70 packages excluded due to repository priority protections
Available Packages
phpMyAdmin.noarch 3.4.3.1-1.el6 epel[/code]

sblantipodi
Posts: 252
Joined: 2009/07/10 09:43:13
Contact:

Re: PhpMyAdmin 3.4.3 installation

Post by sblantipodi » 2011/07/24 15:46:15

Ok, downloaded the phpMyAdmin from Epel on my CentOS 6.

I always be able to hide the information_schema and mysql database by editing the config.inc.php file and add this lines into it:
$cfg['Servers'][$i]['hide_db'] ="mysql|information_schema";

Now, doing this does not work.
Can you help me please?

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: PhpMyAdmin 3.4.3 installation

Post by pschaff » 2011/07/24 17:01:52

Please don't hijack threads by interjecting a new question. Start a fresh Topic for your issue.

Post Reply