2014年2月26日

mysql赋权

摘要: grant all privileges on *.* to 'root' @ '%' identified by '123';flush privileges;use mysql;select * from user; 阅读全文

posted @ 2014-02-26 11:36 awk 阅读(253) 评论(0) 推荐(0)

linux忘记密码及相关

摘要: 1.grub单用户模式grub edit>kernel /vmlinuz-2.6.18-95.e15 ro root=LABLE=/ rhgb quiet single2.避过inittabgrub edit>kernel /vmlinuz-2.6.18-95.e15 ro root=LABLE=/ rhgb quiet init=/bin/bashmount -o remount、rw / 将根目录重新挂载为读写 阅读全文

posted @ 2014-02-26 11:29 awk 阅读(118) 评论(0) 推荐(0)

导航