ndzlogo-1-1
0%
Loading ...

INDIA – HEADQUARTERS

INDIA

UNITED STATES

CANADA

enable/disable sftp in cpanel server

SFTP is nothing but performing the File Transfer in a secure way. This protocol assumes that it is run over a secure channel, such as SSH, that the server has already authenticated the client, and that the identity of the client user is available to the protocol. How...

MySQL doesnt start

  In some cases MySQL will not get restarted even if we run the init script to start/restart it. The issue is due to the basedir variable in /etc/my.cnf file. Inorder to fix this you may need to comment out or remove the basedir directive line from /etc/my.cnf...

Mysql Queries to retrieve FTP password in Linux Plesk server

Steps to find FTP accounts password:   ♦ Login to the server via SSH. ♦ Login to Mysql prompt using the command the given below. mysql -u admin -p`cat /etc/psa/.psa.shadow` ~~~~ -bash-3.2# mysql -u admin -p`cat /etc/psa/.psa.shadow` Welcome to the MySQL monitor....