When I run my php code with full error reporting I get :
Warning: mysqli::mysqli(): Headers and client library minor version mismatch.
I found out that I should switch to mysqlnd by uninstalling mysqli as it is discussed here: Headers and client library minor version mismatch
After migration I see that phpMyAdmin is not working anymore. so I had to uninstall php-mysqlnd package and install php-mysql again.
So my question is: "Does phpMyAdmin able to work with mysqlnd?"