分享、学习、提高
2006/12/06 17:36
Tags: ,
1.表改名:   mysql> alter table 表名1 rename 表名2;
  例子:mysql>alter table tb1 rename tb2;

2.
创建用户:
CREATE USER 'hx'@ 'localhost' IDENTIFIED BY 'hxpass';
创建用户同时授权:
Grant All on db.* to hx identified by 'hxpass';

修改密码:
set password for hx@localhost = password('hxpass')
update user set password = PASSWORD('hxpass') where user='hx';

删除用户:
DROP USER ''@ 'develop';
DROP USER 'hx'@ 'localhost';
DROP USER 'hx'@ '%';

3.cat /proc/cpuinfo 查看CPU信息
cat /proc/meminfo 查看内存信息
2006/12/06 10:50
Tags:
点击在新窗口中浏览此图片

本来以为可以打42YB的工了,但是发现还是只能打40的。
因为现在才28级,要30级才能打42YB的工 。

为什么没硕士班呢?
分页: 1/1 第一页 1 最后页 [ 显示模式: 摘要 | 列表 ]