• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

how to Update Phpmyadmin?

MiladG

New Pleskian
Hi,
I've found this Article on how to update phpmyadmin, but its for older versions of both plesk and phpmyadmin,
how can I Update to Phpmyadmin v4.1.5? (latest version by the time of this post)

Regards,
 
The same instructions should apply for Pleks 11.* Had you already tried them and failed?
 
Thanks for your reply,
There is a file in mentioned article named "pma10_install.sh" I was wondering if I should use it with phpmyadmin 4.1.5?
 
I haven't tried this (as I have no test environment), but I think it should work. Igor can confirm this ...
 
pma10_install.sh script should be modified I think. It should be adopted for Plesk 11.x version. You can try to do it by yourself and share it.
 
In article http://kb.parallels.com/114393 I have attached re-packed fresh 4.1.5 version and tried modify installation script:

# diff -u pma10_install.sh pma10_install.sh.modified
--- pma10_install.sh 2012-07-17 20:02:43.000000000 +0700
+++ pma10_install.sh.modified 2014-01-23 16:04:46.909443168 +0700
@@ -1596,7 +1596,7 @@
pma__create_pmadb

# write new config.inc.php
- sed -e "`pma__sed_script`" < "$PHPMYADMIN_CONFIG.tpl" > "$PHPMYADMIN_CONFIG"
+ sed -e "`pma__sed_script`" < "$PHPMYADMIN_CONFIG" > "$PHPMYADMIN_CONFIG"
}

pma__set_values_from_config()
@@ -1668,7 +1668,7 @@
local inten
inten="create pmadb"
echo_try $inten
- create_tables_sql="$PHPMYADMIN_D/scripts/create_tables.sql"
+ create_tables_sql="$PHPMYADMIN_D/examples/create_tables.sql"
# create pmadb
sed -e "`pma__sed_script`" < "$create_tables_sql" | mysql_direct >> "$product_log" 2>&1 || warn "$inten"
suc
@@ -2258,7 +2258,7 @@
suc

echo_try "unpack new phpmyadmin version"
-tar -zxf $PRODUCT_ROOT_D/var/phpmyadmin_3_4_10.tar.gz -C ${PHPMYADMIN_D%/*}
+tar -zxf $PRODUCT_ROOT_D/var/phpMyAdmin-4.1.5.tar.gz -C ${PHPMYADMIN_D%/*}
suc

echo_try "set permissions"

Upgrade went without errors after that, but phpMyAdmin does not work correctly anyway.
Need to look any further.
 
I'm also interested with phpmyadmin upgrade.

I currently use Plesk 11.5 microupdate #29, MySQL 5.5.35, phpMyAdmin 3.5.8.2.
 
Last edited:
Back
Top