HostOnNet Blog

Author Archives: Vineesh Mohan

About Vineesh Mohan

A Technical Support specialist with strong customer service and good communication skills. I live in the city of Cochin, which known as the Queen of Arabian Sea.

MySQL access from command line on Ubuntu

First connect to your Ubuntu server using ssh and run below command It will give you a password prompt as follow: Enter root password there and press enter key, then it will be connected successfully. It will show below output: To


How to enable ClientExec debug log

Following steps will help you to enable logging in ClientExec Find ‘config.php’ file from the folder where you installed ClientExec script. Now, we need to edit below lines: define(‘LOG_LEVEL’, 1); define(‘LOG_TEXTFILE’, ‘/var/www/ce.log’); here we set 1 as the logging level,