03 2010 档案

摘要:1、d:\mysql\bin\>mysql -h localhost -u root //这样应该可以进入MySQL服务器 mysql>update user set host = '%' where user = 'root';   mysql>select host, user from user; 2、mysql>GRANT ALL PRIVILEGES ON *... 阅读全文
posted @ 2010-03-25 10:26 fighter 阅读(625) 评论(0) 推荐(0)
摘要:在Linux下查看内存我们一般用free命令: [root@scs-2 tmp]# free total used free shared buffers cached Mem: 3266180 3250004 16176 0 110652 2668236 -/+ buffers/cache: 471116 2795064 Swap: 2048276 80160 1968116 下面是对这些数值... 阅读全文
posted @ 2010-03-16 11:30 fighter 阅读(4222) 评论(0) 推荐(0)
摘要:linux下修改IP、DNS、路由命令行设置 ubuntu 版本命令行设置IP cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interfa 阅读全文
posted @ 2010-03-04 09:49 fighter 阅读(68706) 评论(0) 推荐(2)