[前][次][番号順一覧][スレッド一覧]

mysql:13803

From: moo_moo_boogie <moo_moo_boogie <moo_moo_boogie@xxxxxxxxxx>>
Date: Thu, 15 Mar 2007 19:41:01 +0900
Subject: [mysql 13803] Re: [解決?〕 Re: Windows 側ツールから参照できないのはなぜ?

鈴木です。

何度も書いて申し訳ないですが、最初に書いた通りです。

>このケースは、1にファイアーウォール、2にユーザ設定、3にパスワード設定
>で解決できると思います。
>
>1はクリアしているとのことなので、ユーザ設定がlocalhost以外のものを設定
>しているか?
>3のパスワード問題は、遠隔ログインするユーザのパスワードをOLD_PASSWORDで
>変換してやることでクリアできます。


>ここが違うのですが、何故かパスワード入れると駄目です。パスワードなしでは入れま
す。

old_passwordで設定してください。
MySQLは、4.1からパスワードの仕組みが変更されたのです。
それの対策です。



グーグル等で探した結果です。
検索ワード「old_password」

http://dev.mysql.com/doc/refman/4.1/ja/password-hashing.html

↓中身
mysql> UPDATE user SET Password = OLD_PASSWORD('mypass')
    -> WHERE Host = 'some_host' AND User = 'some_user';
mysql> FLUSH PRIVILEGES;


http://www.atmarkit.co.jp/bbs/phpBB/viewtopic.php?topic=19816&forum=26&start=8&15


検索ワード「MySQL Administrator 接続できない」

http://jutememo.blogspot.com/2007_01_01_archive.html

http://www.onflow.jp/blog/archives/coldfusion/




[前][次][番号順一覧][スレッド一覧]

     13794 2007-03-13 23:58 [深海水草 <VYG01106@x] Windows 側ツールから参照できないのはなぜ?
     13795 2007-03-14 00:51 ┣[moo_moo_boogie <moo_]                                       
     13796 2007-03-14 11:18 ┗[Shintaro Shirai <ytg]                                       
     13797 2007-03-15 13:05  ┗[深海水草 <VYG01106@x]                                     
     13798 2007-03-15 13:46   ┣[YuGo <yu.gotou@xxxxx]                                   
     13799 2007-03-15 13:53   ┣[moo_moo_boogie <moo_]                                   
     13800 2007-03-15 13:53   ┣[Tomohiro 'Tomo-p' KA]                                   
     13801 2007-03-15 14:30   ┗[Shintaro Shirai <ytg]                                   
     13802 2007-03-15 17:45    ┗[深海水草 <VYG01106@x] [解決?〕 Re: Windows 側ツールから参照できないのはなぜ?
->   13803 2007-03-15 19:41     ┗[moo_moo_boogie <moo_]                               
     13804 2007-03-15 21:31      ┗[深海水草 <VYG01106@x]                             
     13805 2007-03-15 23:27       ┗[moo_moo_boogie <moo_]