爱生活、爱运维!bingqihan.blog.chinaunix.net
bingqihan
全部博文(55)
Shell知识(0)
脚本(1)
2011年(2)
2010年(53)
baijian
gzyunix1
flyfreeb
yirenzui
Stitch丶
s6239615
haojingp
rongxr
lfnian19
分类: Mysql/postgreSQL
2010-09-02 19:07:35
killall -TERM mysqld
bin/safe_mysqld --skip-grant-tables &
3、可以不需要密码就进入 MySQL 了。 接着在mysql操作命令行下:
>use mysql>update user set password=password("new_pass") where user="root";>flush privileges;
上一篇:Nginx日志分割方法
下一篇:atime、mtime、ctime
chinaunix网友2010-12-29 20:10:06
很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com
登录 注册