摘要: defrag -A c: 分析磁盘碎片情况defrag -x c: 清理磁盘碎片 阅读全文
posted @ 2015-01-29 16:42 金葵学子 阅读(409) 评论(0) 推荐(0) 编辑
摘要: MySQL加密码mysqladmin -uroot password "123456"创建用户insert into user (host,user,password) values('%','lubing','123456'); 创建数据库create database phplampDB; 删除... 阅读全文
posted @ 2015-01-29 15:16 金葵学子 阅读(279) 评论(0) 推荐(0) 编辑