Skip to content

Instantly share code, notes, and snippets.

@lighta971
Last active May 2, 2016 10:19
Show Gist options
  • Save lighta971/8994659 to your computer and use it in GitHub Desktop.
Save lighta971/8994659 to your computer and use it in GitHub Desktop.
Install phpmyadmin 3.4.10.1 for mysqlnd

Installation of Phpmyadmin 3.4.10.1 with mysqlnd for Debian based OS##

Assuming php5-mysqlnd is already installed.

1) Download phpmyadmin deb package:

 apt-get download phpmyadmin

2) Change his dependencies:

To do that download the ssh script videbcontroll.

 chmod +x videbcontrol.sh
 ./videbcontroll phpmyadmin_package.deb

Type Ctrl + O to switch in INSERT mode

And edit the package like the following:

php5-mysql | php5-mysqli

to:

php5-mysql | php5-mysqli | php5-mysqlnd

That way I add mysqlnd as an alternative!

Now save it by typing ESC + :wq + Enter

3) Then install the modified package###

 sudo dpkg -i phpmyadmin_3.4.10.1-1_all.modfied.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment