我正在尝试安装工作台(gui)的 MySQL(Windows 8)。
我仍在安装/配置过程中。我想创建一个新的数据库。因此,在工作台的欢迎屏幕上,我选择了New Server Instance- Register a new Server instance to manage
.
为了做到这一点,我经历了以下配置步骤:
指定
localhost
为服务器主机,给它我正在使用的用户名和密码。
然后它测试数据库连接,并在下一步中要求我
从下面的列表中选择要管理的服务。它还将帮助查找配置文件。
但是,可能的服务列表是空的,如果我单击 [下一步],它会说
错误:为了管理 MySQL 服务,它必须作为服务安装。向导在目标机器上找不到任何 MySQL 服务,因此无法启动服务器实例。
我认为我必须以某种方式启动 MySQL 服务,因为它可能在我安装整个 MySQL 工具集时已经安装。
那么:我将如何在 Windows 8 下启动这个 MySQL 服务?
我尝试过的一些事情:
手册说尝试:
C:\> "C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld"
以便将其安装为服务。然而,什么也没发生,我得到以下信息(删除了一些冗长的 [Note]):
2013-04-13 23:44:22 0 [Warning] TIMESTAMP with implicit DEFAULT value is depreca
ted. Please use --explicit_defaults_for_timestamp server option (see documentati
on for more details).
2013-04-13 23:44:22 2592 [Warning] Can't create test file c:\Program Files\MySQL
\MySQL Server 5.6\data\gast.lower-test
2013-04-13 23:44:22 2592 [Warning] Can't create test file c:\Program Files\MySQL
\MySQL Server 5.6\data\gast.lower-test
[...]
2013-04-13 23:44:22 2592 [ERROR] InnoDB: read can't be opened in .\ibdata1 mode
2013-04-13 23:44:22 2592 [ERROR] InnoDB: The system tablespace must be writable!
2013-04-13 23:44:22 2592 [ERROR] Plugin 'InnoDB' init function returned error.
2013-04-13 23:44:22 2592 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGIN
E failed.
2013-04-13 23:44:22 2592 [ERROR] Unknown/unsupported storage engine: InnoDB
2013-04-13 23:44:22 2592 [ERROR] Aborting
2013-04-13 23:44:22 2592 [Note] Binlog end
[...]
2013-04-13 23:44:22 2592 [Note] mysqld: Shutdown complete
要将服务器安装为服务,我使用了此命令(根据手册)。
C:\> "C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld" --install
再一次,“什么都没有”发生,我得到了(同样,大部分冗长的 [Note] 都被删除了):
Install/Remove of the Service Denied!
c:\Program Files\MySQL\MySQL Server 5.6\bin>mysqld -p --install
2013-04-13 23:43:24 0 [Warning] TIMESTAMP with implicit DEFAULT value is depreca
ted. Please use --explicit_defaults_for_timestamp server option (see documentati
on for more details).
2013-04-13 23:43:24 3764 [Warning] Can't create test file c:\Program Files\MySQL
\MySQL Server 5.6\data\gast.lower-test
2013-04-13 23:43:24 3764 [Warning] Can't create test file c:\Program Files\MySQL
\MySQL Server 5.6\data\gast.lower-test
[...]
2013-04-13 23:43:24 3764 [ERROR] InnoDB: read can't be opened in .\ibdata1 mode
2013-04-13 23:43:24 3764 [ERROR] InnoDB: The system tablespace must be writable!
2013-04-13 23:43:24 3764 [ERROR] Plugin 'InnoDB' init function returned error.
2013-04-13 23:43:24 3764 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGIN
E failed.
2013-04-13 23:43:24 3764 [ERROR] mysqld: unknown option '-p'
2013-04-13 23:43:24 3764 [ERROR] Aborting
2013-04-13 23:43:24 3764 [Note] Binlog end
[...]
2013-04-13 23:43:24 3764 [Note] mysqld: Shutdown complete