:: MySQL : enable InnoDB from source
Posted by blackonsole on June 2nd, 2012 04:29 AM | No Comment
:: How to enable InnoDB on MySQL from source
:: Configure MySQL InnoDB on my.cnf
add / configure like these:
:: Restarting MySQL
:: Checking MySQL InnoDB
or
:: Links
+ Google
+ DevMySQL
+ DevReview
:: PHP : Installing APC from source
Posted by blackonsole on June 2nd, 2012 04:16 AM | No Comment
:: How to install APC from source
:: Setup APC on php.ini
; add APC extension on php.ini, some like these:
:: Checking and apply
:: Link
+ Google
+ WebHostingNeeds