From owner-freebsd-questions@FreeBSD.ORG Mon Jan 28 10:02:02 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A75F216A418 for ; Mon, 28 Jan 2008 10:02:02 +0000 (UTC) (envelope-from muarwi@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.225]) by mx1.freebsd.org (Postfix) with ESMTP id 5600C13C458 for ; Mon, 28 Jan 2008 10:02:02 +0000 (UTC) (envelope-from muarwi@gmail.com) Received: by qb-out-0506.google.com with SMTP id a10so789871qbd.7 for ; Mon, 28 Jan 2008 02:02:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=hfGyan3ojQLGawhy8prvBMSSQgfyvZIXmxAESvBJ/qk=; b=bQtlpH9b31eFxScsNMgyJKed8B8VZkcCMwW0EBXFoNpqrMdiszhiCDyeWaVcjAdWZu66QKOGIF98EF7o+6QU0CFF2yOfaHoHNRuUsgYYIc6usTts0pGSF81Wulcw+MKcp9Ixo+Vh0rYzAXD/Jj9pXCX47r3QgvVUByslraZWhzU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=BbnJuJvhyVtV0664ToVjFsN6WCJDtQNNAPHbIwf6e2od2qQLUCrSmro8HAJpDv5s7nJ5mv8eyYhk2YJQRygrna9pB1oPHA2y02muTSh3ffAikkNlqgx3Fps0UF3NX3qBWPk3OB8z0szgov5ZpPJkF4f2//bFZ1jMu2IY5cRCKY0= Received: by 10.64.233.12 with SMTP id f12mr10933071qbh.34.1201512846118; Mon, 28 Jan 2008 01:34:06 -0800 (PST) Received: by 10.64.148.15 with HTTP; Mon, 28 Jan 2008 01:34:06 -0800 (PST) Message-ID: <465d309c0801280134l3f8980a2p4d9852677adc1e37@mail.gmail.com> Date: Mon, 28 Jan 2008 16:34:06 +0700 From: Fira To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: updating phpmyadmin problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2008 10:02:02 -0000 Hi list, this morning I tried to upgrade my phpmyadmin. My previous version of phpmyadmin is 2.9.1. After csup'ing, I 'make reinstall clean' in phpmyadmin's port location. Everything's went fine. I checked ports db and it showed that my phpmyadmin had upgraded into 2.11.4 version : hosting:~ => pkg_info | grep MyAdmin phpMyAdmin-2.11.4_1 A set of PHP-scripts to manage MySQL over the web but, when I accessed the web interface, It still showed up as phpMyAdmin 2.9.1. I still confused 'till now. What step that I've mistaken? As information, I used the default configuration in /usr/local/www/phpmyadmin/libraries/config.default.php, as my config.inc.phpstill empty (fresh installation) and I don't have anything to be overriden, though. Thanks a lot for your response!