mysql:8450
From: tateyan <tateyan <tateyan@xxxxxxxxxx>>
Date: Tue, 02 Dec 2003 22:56:28 +0900
Subject: [mysql 08450] Re: mysql サーバに外部からアクセスするには
たてやんっす サーバー側で /etc/mysql/my.cnf の [mysqld] セクションに skip-networking と言う記述がありますので コメントアウトまたは削除して mysql をリスタート (/etc/init.d/mysql restart など) すると使えるようになるかもしれません デフォルトは ネットワーク接続できないようにインストール されていると思います yokoyanaさんの 題名「[mysql 08448] mysql サーバに外部からアクセスするには」のメールからの引用です > お世話になります。横山ともうします。 > 環境は > サーバ : Debian(woody): mysql-3.23.51 > クライアント: Vine : mysql-3.23.53 > > サーバ側で外部からもアクセスして操作できるmasterというユーザを > 作りたくて下記のように入力してmasterユーザを作成しました。 > $ mysql -uroot -p > > grant all privileges on *.* to master@localhost identifi > ed by 'password' with grant option; > > grant all privileges on *.* to master@"%" identified by > 'password' with grant option; > > クライアントのVineからサーバ機に下記のようにmasterでアクセス > したところ > $ mysql -hDebian -umaster -ppassword > ERROR 2003: Can't connect to MySQL server on 'Debian' (111) > となりました。 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 彡彡从 たてやんっす d□/□-b <tateyan@xxxxxxxxxx> ヽ"ー"丿 Key fingerprint = 5D56 8EA3 B9FE A721 4866 FB4A 0041 672C 08DD C33A
8448 2003-12-02 16:32 [yokoyana <yokoyama@x] mysql サーバに外部からアクセスするには 8449 2003-12-02 22:41 ┣[SUGAWARA Hajime <sug] -> 8450 2003-12-02 22:56 ┗[tateyan <tateyan@xxx] 8451 2003-12-03 09:54 ┗[yokoyana <yokoyama@x]