Chinaunix首页 | 论坛 | 博客
  • 博客访问: 62793
  • 博文数量: 16
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 125
  • 用 户 组: 普通用户
  • 注册时间: 2015-04-23 09:29
文章分类

全部博文(16)

文章存档

2016年(10)

2015年(6)

我的朋友

发布时间:2015-12-26 21:22:44

查看逻辑CPU个数:#cat /proc/cpuinfo |grep "processor"|sort -u|wc -l24 查看物理CPU个数:#grep "physical id" /proc/cpuinfo|sort -u|wc -l                   2#grep "physical id" /proc/c.........【阅读全文】

阅读(1219) | 评论(0) | 转发(0)

发布时间:2015-12-24 16:12:49

通过修改数据表为mysql添加远程访问权限,首先要进入到mysql终端,然后>use mysql>grant all privileges on *.* to 'username'@'host' identified by 'password' with grant option;注释:all privileges: 代表所有的操作权限,如增删改查,也可单独指定操作,多个操作用逗号隔开,如select,update*.*:代表数据.........【阅读全文】

阅读(1255) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册