How to enable InnoDB engine in MySql ?

1) Check whether InnoDB is enabled on the server. To check login to shell as root and go to mysql prompt. i) root@server [~]#mysql ii) mysql> show engines; Search for InnoDB and check whether it is Enabled or Disabled. iii) mysql> quit 2) Now if it is disabled and to make it enabled on the […]

See More

How to change date and time zone in php ?

If your php script is not showing correct date and time then it means your script is using date and time zone configured on your server. If you want to set your own date and time zone for your domain then it can be done in a very simple manner. You will need to create […]

See More

Error :: Can’t Fetch Perl Modules

Error :: Can’t Fetch Perl Modules in your WHM at “Main >> Software >> Install a Perl Module >> Show Available Perl Module(s) ” Reason :: In most cases Low memory to process cPanel processes. You can check the exact logs at :: /usr/local/cpanel/logs/error_log Solution :: Increasing cPanel Process memory, to increase this memory follow […]

See More