摘要:
1.修改网络参数 $vim /etc/sysconfig/network-scripts/ifcfg-eth0 2. 重启网络 $/etc/init.d/network restart 3. DNS服务器ip的定义 与查看 # vim /etc/resolv.conf 检查DNS #dig www. 阅读全文
摘要:
update 表A set 表A.aa = (select bb from 表B where 表B.cc= 表A.cc) where exists(select 1 from 表B where 表B.cc= 表A.cc ) 其中cc 为表A、表B共有相同的字段。 将表A中的aa字段更新为表B的bb字 阅读全文