vine-users ML アーカイブ



[vine-users:070478] Re: Mysql 起 動せず。

  • From: Ryuichiro Munetika/ML <ml@xxxxxxxxxxxx>
  • Subject: [vine-users:070478] Re: Mysql 起 動せず。
  • Date: Thu, 17 Feb 2005 22:58:46 +0900
まいパパです

堀田さんもおっしゃっておられますが、メーリングリストという手段でのコミュ
ニケーション
に不慣れとお見受けします。

適宜改行をしていただけると助かります。

佐々木 一郎 wrote:

>vin3.1にMysqlをインストールしたのですが、 Mysqlが起動しません。 mysqlshow を打っても、 Access denied for user 'root@localhost'(Using password: NO)と出てしまいます。 わかる方がいらっしゃいましたらよろしくお願いいたします。
>  
>
ここでいう起動とは、mysqlクライアント(mysqlコマンド)の起動ですよね?

mysqlデーモン(mysqld)は起動されていますか?

psコマンド等で確認し、起動されていない場合は、" /etc/rc.d/init.d/mysqld
start"のように
起動してください。

うろ覚えですが、Vineのmysqlはrootの初期のパスワードは設定していなかった
と思います。

"mysqll -uroot mysql"というようにコマンドを入力すれば、以下のようなプロ
ンプトが出て
接続を確認できると思いますが。

Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1134 to server version: 3.23.58

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>