


Modules can be enabled/disabled via the php5enmod tool ( phpenmod on later distros) which is part of the php-common package.Įnabled modules are symlinked in /etc/php5/conf. In that case, it won't show up when running php -m, but it will show up in the list of installed Ubuntu packages. An Ubuntu server, you can quickly provision one from DigitalOcean or any cloud provider A lot of patience Postgres installed on a local machine Installing Postgres In this step, you will be installing Postgres on your server. It is possible that an installed module has been disabled. Apply OS: Linux Apply Navicat Product: All Apply Navicat Version No.: Version 3 or above Navicat Data Modeler version 3 started. Related: Enabling / disabling installed php modules Or, for Ubuntu 16.04 and higher: sudo apt-cache search php | grep "^php7"Īs you have mentioned, there is plenty of information available on the actual installation of the packages that you might require, so I won't go into detail about that here. You can then install the needed modules by selecting from the available Ubuntu php packages, which you can view by running: sudo apt-cache search php | grep "^php5-" This is helpful since Ubuntu makes php modules available via packages. Navicat remote connection setting for testing account: (Please note that this account only allows Select privilege) Connection name:. To get the list of installed php modules, you will probably find it helpful to get the list of the currently installed php packages in Ubuntu: sudo dpkg -get-selections | grep -v deinstall | grep php We offer a testing account for you to evaluate Navicat more easily. Checking for installed php modules and packages
