Vine4.0でMySQL5.0起動時にエラーが発生 向原と申します。 お世話になっております。 Vine4.0でMySQLをapt-getでインストールし、起動を掛け ると以下のようなエラーが発生しました。 何が悪いのでしょうか? ご教授願います。 宜しくお願い致します。 MySQLインストール時のメッセージ内容 [root@localhost root]# apt-get install MySQL-server パッケージリストを読みこんでいます... 完了 依存情報ツリーを作成しています... 完了 以下のパッケージが新たにインストールされます: MySQL-server アップグレード: 0 個, 新規インストール: 1 個, 削除: 0 個, 保留: 33 個 0B/14.6MB のアーカイブを取得する必要があります。 展開後に 29.3MB のディスク容量が追加消費されます。 変更を適用しています... 準備中... ########################################### [100%] 1:MySQL-server ########################################### [100%] PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! To do so, start the server, then issue the following commands: /usr/bin/mysqladmin -u root password 'new-password' /usr/bin/mysqladmin -u root -h localhost.localdomain password 'new-password' See the manual for more instructions. Please report any problems with the /usr/bin/mysqlbug script! The latest information about MySQL is available on the web at http://www.mysql.com Support MySQL by buying support/licenses at http://shop.mysql.com Starting MySQL................................... [FAILED] インストールしたもの MySQL-server MySQL-Max perl-DBD-MySQL MySQL-client MySQL-devel php-mysql MySQL-shared MySQL起動時のエラー内容 [root@localhost mysql]# /etc/rc.d/init.d/mysql start Starting MySQL................................... [ 失敗 ] エラーの内容 [root@localhost mysql]# cat *.err 070204 09:48:10 mysqld started 070204 9:48:10 InnoDB: Started; log sequence number 0 43655 070204 9:48:10 [ERROR] bdb: unable to initialize mutex: Function not implemented 070204 9:48:10 [ERROR] bdb: process-private: unable to initialize environment lock: Function not implemented 070204 9:48:10 [ERROR] Can't start server: Bind on TCP/IP port: Address already in use 070204 9:48:10 [ERROR] Do you already have another mysqld server running on port: 3306 ? 070204 9:48:10 [ERROR] Aborting 070204 9:48:10 InnoDB: Starting shutdown... 070204 9:48:13 InnoDB: Shutdown completed; log sequence number 0 43655 070204 9:48:13 [Note] /usr/sbin/mysqld-max: Shutdown complete 070204 09:48:13 mysqld ended [root@localhost mysql]#