Some times, MySQL service doesn’t work due to missing mysql.sock file , then you need to create manually mysql.sock file. Follow the below steps to create mysql.sock file.First, login your server and check /tmp and /var/lib/mysql , you may see that there is no mysql.sock file(It is called also Symbolic file).Follow the below steps.cd /var/lib/mysql/touch mysql.sockchmod 1777 mysql.sockchown […]
See MoreTag: low cost web hosting
Mysql Database size shows 0 in cPanel
Some times , database size doesn’t update in Cpanel . You can check it through Cpanel===> MySQL database , it shows database size “zero” even if there is available database data. You should follow below steps to resolve this.==============================================root@server [#] vi var/cPanel/cpanel.configand search for following line.disk_usage_include_sqldbs=0 ( set it to 1 instead of 0 )wq:then you need to run […]
See MoreWarning: POST Content-Length of in Joomla.
Some times, you get below error while posting in Joomla . “Error : Warning: POST Content-Length of 9897293 bytes exceeds the limit of 8388608 bytes in Unknown on line 0?then you need to increase “post_max_size” in php.ini filepost_max_size =8MReplaced with as per your require.post_max_size = 12 Mthen check it.
See More