私は、コマンドプロンプトでmysqld
コマンドを使用して、新しくインストールしたMySQLサーバ(Windows VistaでV 5.5.15)を開始しようとしましたが、次のエラーを得た:MySQLサーバスタートアップの問題
私はmysqld
コマンドを使用する場合:
C:\Users\Panora>mysqld
110914 16:23:02 [Warning] Can't create test file C:\Program Files\MySQL\MySQL Server 5.5\data\Panora-PC.lower-test
110914 16:23:02 [Warning] Can't create test file C:\Program Files\MySQL\MySQL Server 5.5\data\Panora-PC.lower-test
mysqld: File '.\mysql-bin.index' not found (Errcode: 13)
110914 16:23:02 [ERROR] Aborting
110914 16:23:02 [Note] mysqld: Shutdown complete
C:\Users\Panora>
私はNET START
のコマンドを使用します。
C:\Users\Panora>NET START MySQL55
System error 5 has occurred.
Access is denied.
C:\Users\Panora>
その他の注意事項:
を(1)私は問題なく起動し、MySQLWorkbenchに視覚的なUIを使用してサーバを停止することができる午前
(2)私は、このコマンドmysqladmin -u root -p shutdown
ユーザーはすべての権限を割り当てられた "root"です。私もコマンド "mysqld -u root"で試しましたが(同じエラーメッセージが表示されます) – siva636
http://dev.mysql.com/doc/refman/5.5/en/cannot-create.htmlコメントも読んでください。 –
"Vistaの「ユーザーアカウント制御」は管理者権限を禁止しています。これを無効にすると、すべて正常に動作します。参照:http://forums.mysql.com/read.php?11,189284,189287#msg-189287 –