OpenHero 开勇

Open heart, bravely fly!

用户操作
[即时聊天] [发私信] [加为好友]
OpenHero 开勇
OpenHero 开勇的公告
有事留言
最近评论
lizzie112008:Yes, this is me. Except the time for driving, eating, sleeping and restroom :)

I can not take my eyes out of the laptop, pathetic!
But I enjoy it, this is not right, but what else t……
chenhqwall:我顶!
mocc:rubbish101 发表于2008-11-19 12:04:41 IP: 218.19.57.*
HK公交是人人有座位的!



怎么可能,我就在香港生活多过年,地铁公交都基本不可能人人有座位的
huanghengpp:我能做些什么呢,WIFI..FUCK,
psusong:感谢分享!
准备做学生
文章分类
收藏
    相册
    MetaWeblog API
    相册
    自己
    参与的开源项目
    CUDA VS Wizard
    Scilab Robotics Toolbox
    常去的几个地方
    Robocup 机器人足球官方站点
    RTSJ
    感兴趣的开源项目
    Flash得开源代码
    Robocup server
    存档
    软件项目交易
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes

    原创 Client does not support authentication protocol收藏

    新一篇: php 传参数时候注意“” 号 | 旧一篇: 留驻

    Client does not support authentication protocol
     

    MySQL 4.1 and up uses an authentication protocol based on a password hashing algorithm that is incompatible with that used by older clients. If you upgrade the server to 4.1, attempts to connect to it with an older client may fail with the following message:

    shell> mysql
    Client does not support authentication protocol requested
    by server; consider upgrading MySQL client
    

    To solve this problem, you should use one of the following approaches:

    • Upgrade all client programs to use a 4.1.1 or newer client library.
    • When connecting to the server with a pre-4.1 client program, use an account that still has a pre-4.1-style password.
    • Reset the password to pre-4.1 style for each user that needs to use a pre-4.1 client program. This can be done using the SET PASSWORD statement and the OLD_PASSWORD() function:
      mysql> SET PASSWORD FOR
          -> 'some_user'@'some_host' = OLD_PASSWORD('newpwd');
      
      Alternatively, use UPDATE and FLUSH PRIVILEGES:

    发表于 @ 2006年01月23日 16:45:00|评论(loading...)|编辑

    新一篇: php 传参数时候注意“” 号 | 旧一篇: 留驻

    评论:没有评论。

    发表评论  


    登录
    Csdn Blog version 3.1a
    Copyright © OpenHero 开勇