We can use the mount command to mount a remote windows partition or a windows share under Linux. /etc/fstab file contains static information about the filesystems. The file fstab...
1) Make sure you have following information: ==> Windows username and password to access share name ==> Sharename (such as //server/share) or IP address ==> root level access on...
Please run below command that from where you want to take database to restore: /usr/bin/mysqldump –user=proftpd –password=proftpd –opt –skip-lock-tables –single-transaction –default-character-set=binary –databases mds > MDS_Dump.sql Note:- If we know...