After installing mysqli phpmyadmin stop loading
Posted
by
phreakbox
on Ask Ubuntu
See other posts from Ask Ubuntu
or by phreakbox
Published on 2012-09-02T07:57:57Z
Indexed on
2012/09/02
9:50 UTC
Read the original article
Hit count: 314
On Linux host 3.2.0-30-generic #48-Ubuntu SMP Fri Aug 24 16:52:48 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
phpmyadmin won't load after installing mysqlnd.
I'm using php5, mysql AND mysqlnd. Maybe mysql and mysqlnd conflicts for phpmyadmin.
Problem:
If I remove mysqlnd (mysqli support), PHP5 not working with mysqli, PHP5 only works with mysql. (Results for tests:
function_exists('mysqli_fetch_all') return FALSE
. That's ok.If I installed mysqlnd, php5-mysqlnd, PHP works with mysql + mysqli sumulately.
Problems affected after mysqlnd install:
After installing mysqli (mysqlnd) support, phpmyadmin won't load. Works PHP5 mysql + mysqlnd.
When installing once again phpmyadmin than mysqlnd won't load. PHP PDO and mysql only works.
© Ask Ubuntu or respective owner