scp with port number

SCP command is used to copy files between servers in secure way. The basic syntax of the SCP command is as follows: scp source_file_name username@destination_host:destination_folder This command will copy the file from local to the remote server location. scp user@remote_host:/source_file_name /destination_folder The above command will copy the file from remote server to local. You can use […]

Continue Reading…

How To Upgrade Mysql On Cpanel Server

To upgrade MySQL select the MySQL version you want to install from WHM > Tweak Settings. Then login via shell and run below command : /scripts/mysqlup –force Once the installation is complete , check MySQL version and then compile php/apache so that it can load new libraries by using below command : /scripts/easyapache You may select modules and […]

Continue Reading…