

Restart Apache and confirm again using php -m command. vi /usr/local/etc/php.ini extension=mysqli.so If not enabled by default, edit the /usr/local/etc/php.ini and add the following lines to load the extensions installed above. You can verify the presence of the above PHP extensions by running the command below php -m | egrep "json|mbstring|session|mysqli|hash|filter" hash Install the required PHP extensions if you have not done so already pkg install php82-session php82-mbstring php82-mysqli wget curl php82-filter Install FAMB Stack on FreeBSD 12 Install Required PHP Modules In order to use phpMyAdmin, you need to have a FAMB or FEMB Stack installed on your FreeBSD 12 server. How to Install phpMyAdmin on FreeBSD 12 Prerequisites Install FEMB/FAMB Stack PhpMyAdmin comes bundled with a handful features which you can check them from here. phpMyAdmin is a free and opensource tool written in PHP for managing MySQL and MariaDB tasks such as creating, altering, dropping, deleting database tables or running any other database management commands over the web interface. This guides presents a simple way on how to install phpMyAdmin on FreeBSD 12. INSTALL phpMyAdmin in Linux CentOS 7 with LAMP - FREE HOSTING for WordPress Part 3
