On 2017/03/20 15:03, Paul Irofti wrote: > phpMyAdmin has been installed into ${INSTDIR}. > > If using Apache, you can make this accessible to clients by enabling > -the configuration file: > +mod_rewrite in ${SYSCONFDIR}/apache2/httpd2.conf, the mysql php module, > +and the configuration file: > > # ln -s ../modules.sample/phpmyadmin.conf /var/www/conf/modules/ > + # cp /etc/php-5.6.sample/mysqli.ini /etc/php-5.6/
Please symlink rather than cp, and use variables so this doesn't get stale after a PHP update: # ln -s ../php-${MODPHP_VERSION}.sample/mysqli.ini ${SYSCONFDIR}/php-${MODPHP_VERSION}/