xml
- Total activity 76
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
Comments
Recent activity by xml-
Thank you for for providing this easy solution
-
The best thing to do is create a directory like mkdir /home/mysqltmp chown mysql:mysql /home/mysqltmp Then put the following in /etc/my.cnf under [mysqld] tmpdir=/home/mysqltmp and restart MySQL. ...
-
Very clear thank you
-
That worked perfectly. Thank you
-
I have APCu Version 5.1.12 installed in my server. How to upgrade to APCu Version 5.1.16?
-
Ok I forget to do service httpd restart thats why Thank you all for your replies apcu_bc is working now
-
runtime settings for apcu_bc in phpinfo.php doesnt reflect values in php.ini file. is there a differnet location rather than php.ini to modify those runtime settings? I tried in /usr/local/lib/php...
-
after many trials I found out apcu_bc works for easyapache 4 not apcu my question now where to find runtime settings for apcu_bc to make changes?
-
Hi @xml Please let us know if the answers provided here were of assistance to you. Thank you, @Jcats and @24x7server for your great answers! I need to know if APCu supported in EasyApache 4?
-
php -i | grep php.ini /opt/cpanel/ea-php56/root/etc/php.ini what about /usr/local/lib/php.ini? its not needed any more after upgrade from ea3 to ea4?