一.首先确保你已经成功安装上了samba 二.在修改smb.conf文件之前,先拷贝一个备份,然后输入下面的命令修改smb.conf gedit /etc/samba/smb.conf将smb.conf的文件内容改成如下 # This is the main Samba configuration file. You should read the# smb.conf(5) manual page in order to understand the options listed# here.
把计算机computer1 中的数据库备份到计算机computer2(IP:192.168.0.130)中的一个共享文件夹下 在computer2中的F盘下建一个共享文件夹叫DBBackupShare,注意在安全tab页内要把Everyone加进去. 在computer1和computer2计算机中各建立一个用户,都是管理员组的,用户名和密码必须一样, cmd命令行 给计算机添加用户,用户名是sql Net user sql 123 /add 把用户sql添加到管理员组里 Net localgr