Free Android CakePHP GMaps Articles by Bali Web Design

June 24, 2014

Error happen on phpmyadmin when activating APC solved

Filed under: php — admin @ 3:53 am

After installing APC extension for cache on php, i got error message when opening phpmyadmin on my localhost (xampp). After figure out on net, i found there are 3 ways to fix it

  1. add this line on php.ini

    apc.filters = “-/usr/share/phpmyadmin/.*”

  2. add this line on php.ini

    apc.cache_by_default = 0

  3. or add this line on xampp virtual host file config

    <Directory “/usr/share/phpmyadmin”>
    php_admin_flag apc.enabled Off
    </Directory>

This would remove APC error message from phpmyadmin


No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment