PHPMYADMIN with PHP 7.2 “Warning in ./libraries/sql.lib.php#613 count(): Parameter must be an array or an object that implements Countable”

phpmyadmin v4.6.6 isn’t fully compatible with PHP 7.2, have an warning issue. On phpmyadmin v4.8 fixes this compatibility issue with php 7.2 To run phpmyadmin v4.6.6 with php 7.2 you will found this below warning Warning in ./libraries/sql.lib.php#613 count(): Parameter must be an array or an object that implements Countable Backtrace ./libraries/sql.lib.php#2128: PMA_isRememberSortingOrder(array) ./libraries/sql.lib.php#2079: PMA_executeQueryAndGetQueryResponse( 

Continue Reading…

Include phmyadmin in apache

When we install apache on a machine using “sudo apt-get install apache2” we need to include phpmyadmin on apache.Suppose you access localhost using http://localhost,now you wanna get phpmyadin using http://localhost/phpmyadmin.For that you need to include phpmyadmin on apache configuration file.Below here i there is some tiny instruction.If you run those instruction then you get phpmyadmin 

Continue Reading…