Par*_*ver 33 mysql windows installation
我在我的Windows 8机器上安装了MySQL安装程序.在服务器配置过程中,它停留在"启动服务器"并且不再移动.相同的日志是:
开始配置步骤:停止服务器[如有必要]
结束配置步骤:停止服务器[如有必要]
开始配置步骤:编写配置文件
结束配置步骤:编写配置文件
开始配置步骤:更新防火墙
在端口3306上为MYSQL56
添加防火墙规则.成功添加了防火墙规则.
结束配置步骤:更新防火墙
开始配置步骤:调整Windows服务[如有必要]
尝试授予网络服务需要文件系统权限.
授予权限.
添加新服务
新的服务添加
端的配置步骤:调整Windows服务[必要时]
我已经尝试过以下方法: -
*卸载所有与MySQL有关的程序.
*从C:\ Program Files中删除了MySQL文件夹.
*清理我的注册表.
然后重新安装程序,但都是徒劳的.
MySQL Installer Stuck on"Starting Service"的链接也显示了同样的问题,但提供的解决方案对我不起作用.
Nen*_*vic 91
这是我做的:
就是这样,快乐的MySQL-ing :)
我今天发现了安装程序的另一个问题。
我在“启动服务器”上挂有安装程序的相同问题。但是,在查看Windows日志->应用程序下的Windows事件查看器后,我发现了错误
“参数太多(第一个是'Something'。更多信息,请参见位于http://www.mysql.com的帮助和支持中心。”)。
问题是安装程序无法处理Windows服务名称(我使用的名称是Something MySQL)中的空格。只需将名称更改为没有空格的名称即可。
我已经弄清楚了这一点。我的也卡在“启动服务器”处,事件查看器有这个 -
The description for Event ID 100 from source MySQL cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
innobase_buffer_pool_size can't be over 4GB on 32-bit systems
Run Code Online (Sandbox Code Playgroud)
所以我发现问题是试图在 64 位机器上启动与安装程序捆绑在一起的 32 位版本的 MySQL,这可能就是问题所在。不过,MySQL 表示它将安装 64 位数据库。
我所做的是下载 64 位压缩版本并将其解压缩到临时位置。我重新运行安装程序并让它安装 mysql。我在没有停止安装程序的情况下将其中的内容替换为临时位置的其他版本。然后我继续安装程序的配置步骤。它成功启动了该服务。
这是日志的完整跟踪。
Beginning configuration step: Stopping Server [if necessary]
Ended configuration step: Stopping Server [if necessary]
Beginning configuration step: Writing configuration file
Ended configuration step: Writing configuration file
Beginning configuration step: Updating firewall
Adding firewall rule for MySQL56 on port 3306.
Successfully added firewall rule.
Ended configuration step: Updating firewall
Beginning configuration step: Adjusting Windows service [if necessary]
Attempting to grant Network Service require filesystem permissions.
Granted permissions.
Adding new service
New service added
Ended configuration step: Adjusting Windows service [if necessary]
Beginning configuration step: Starting Server
Starting MySQL as a service
Ended configuration step: Starting Server
Beginning configuration step: Applying security settings
Attempting to update security settings.
Updated security settings.
Ended configuration step: Applying security settings
Beginning configuration step: Creating user accounts
Attempting to Add New MySQL Users
Added New Users.
Ended configuration step: Creating user accounts
Beginning configuration step: Updating Start Menu Link
Attempting to verify command-line client shortcut.
Verified command-line client shortcut.
Verified command-line client shortcut.
Ended configuration step: Updating Start Menu Link
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
73919 次 |
最近记录: |