ubuntu 12.04 not running latest phomyadmin, even though installed.

Rajeev Prasad rp.neuli at yahoo.com
Mon Sep 1 17:36:38 UTC 2014


when i run the application like this: http://mywebsite.com/phpMyAdmin/index.php

on the home page it shows i am using old version:
"Version information: 3.4.3.1, latest stable version: 4.2.7.1"

but i have latest phpmyadmin installed (see below) why is it not appearing?

MySQL client version is 5.5.38


$ cat /etc/phpmyadmin/apache.conf
# phpMyAdmin default Apache configuration

Alias /phpmyadmin /usr/share/phpmyadmin

<Directory /usr/share/phpmyadmin>
        Options FollowSymLinks
        DirectoryIndex index.php
        AllowOverride All

        <IfModule mod_php5.c>
                AddType application/x-httpd-php .php

                php_flag magic_quotes_gpc Off
                php_flag track_vars On
                php_flag register_globals Off
                php_admin_flag allow_url_fopen Off
                php_value include_path .
                php_admin_value upload_tmp_dir /var/lib/phpmyadmin/tmp
                php_admin_value open_basedir /usr/share/phpmyadmin/:/etc/phpmyadmin/:/var/lib/phpmyadmin/
        </IfModule>

</Directory>

# Authorize for setup
<Directory /usr/share/phpmyadmin/setup>

<IfModule mod_authn_file.c>
    AuthType Basic
    AuthName "phpMyAdmin Setup"
    AuthUserFile /etc/phpmyadmin/htpasswd.setup
    </IfModule>
    Require valid-user
</Directory>

# Disallow web access to directories that don't need it
<Directory /usr/share/phpmyadmin/libraries>
    Order Deny,Allow
    Deny from All
</Directory>
<Directory /usr/share/phpmyadmin/setup/lib>
    Order Deny,Allow
    Deny from All
</Directory>
$
$


$ dpkg -s phpmyadmin
Package: phpmyadmin
Status: install ok installed
Priority: extra
Section: web
Installed-Size: 15113
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Architecture: all
Version: 4:3.4.10.1-1
Depends: libapache2-mod-php5 | libapache2-mod-php5filter | php5-cgi | php5-fpm | php5, php5-mysql | php5-mysqli, php5-mcrypt, perl, debconf (>= 0.5) | debconf-2.0, dbconfig-common, ttf-dejavu-core, ucf (>= 0.28)
Recommends: apache2 | lighttpd | httpd, php5-gd, mysql-client
Suggests: mysql-server, www-browser
Conffiles:
 /etc/phpmyadmin/apache.conf
840caa9c589c9a84213c2c6ef9fb5a39
 /etc/phpmyadmin/config.footer.inc.php f59a8fe4a05431392ad1ef4e0b36278f
 /etc/phpmyadmin/config.header.inc.php ff471619d3280ef72b7b0641bab4ba27
 /etc/phpmyadmin/config.inc.php f5201f1a5c501d2f0bacc551d9bfedce
 /etc/phpmyadmin/lighttpd.conf 72d500d79840a38eff5dca64bfe02198
 /etc/phpmyadmin/phpmyadmin.desktop 18948893751469fa6a6a910db9714909
 /etc/phpmyadmin/phpmyadmin.service f79a2a07e93b221f646a75e894496ef0
Description: MySQL web administration tool
 This package allows administering of MySQL with a web interface.
 .
 It allows administrators to:
  - browse through databases and tables;
  - create, copy, rename, alter
and drop databases;
  - create, copy, rename, alter and drop tables;
  - perform table maintenance;
  - add, edit and drop fields;
  - execute any SQL-statement, even multiple queries;
  - create, alter and drop indexes;
  - load text files into tables;
  - create and read dumps of tables or databases;
  - export data to SQL, CSV, XML, Word, Excel, PDF and LaTeX formats;
  - administer multiple servers;
  - manage MySQL users and privileges;
  - check server settings and runtime information with configuration hints;
  - check referential integrity in MyISAM tables;
  - create complex queries using Query-by-example (QBE),
automatically
    connecting required tables;
  - create PDF graphics of database layout;
  - search globally in a database or a subset of it;
  - transform stored data into any format using a set of predefined
    functions, such as displaying BLOB-data as image or download-link;
  - manage InnoDB tables and foreign keys;
 and is fully internationalized and localized in dozens of languages.
Original-Maintainer: Thijs Kinkhorst <thijs at debian.org>
Homepage: phpMyAdmin


phpMyAdmin
Download 4.2.8 Try demo Donate GSoC 2014 Platinum sponsor Gold sponsor Silver sponsors Sponsorship See other sponsors and information for new sponsors. About   
View on www.phpmyadmin.net Preview by Yahoo  




under my web folder tree, under www, i have folder for phpmyadmin - everything is there - i think i have to do something to it??
mywebsite/www/phpmyadmin......
I even copied all of /usr/share/phpmyadmin to replace this, but it still shows old version :(( 


pl help.

ty.




More information about the ubuntu-server mailing list