- 35
- 0
Beginning configuration step: Writing configuration file
Ended configuration step: Writing configuration file
Beginning configuration step: Updating Windows Firewall rules
Attempting to delete a Windows Firewall rule with command: netsh.exe advfirewall firewall delete rule name="Port 3306" protocol=TCP localport=3306
没有与指定标准相匹配的规则。
An error occurred running netsh.exe delete:
The netsh.exe process did not return any error. Review the application log to see if there is a trace of the error.
The attempt to delete a Windows Firewall rule failed.
You can add or delete a Windows Firewall rule manually by following the instructions at this URL:
http://windows.microsoft.com/...
Adding a Windows Firewall rule for MySQL57 on port 3306.
Attempting to add a Windows Firewall rule with command: netsh.exe advfirewall firewall add rule name="Port 3306" protocol=TCP localport=3306 dir=in action=allow
确定。
Successfully added the Windows Firewall rule.
Ended configuration step: Updating Windows Firewall rules
Beginning configuration step: Adjusting Windows service
Attempting to grant Network Service require filesystem permissions.
Granted permissions.
Adding new service
New service added
Ended configuration step: Adjusting Windows service
Beginning configuration step: Initializing Database
Attempting to run MySQL Server with --initialize-insecure option...
Starting process for MySQL Server 5.7.18...
Starting process with command: C:Program FilesMySQLMySQL Server 5.7binmysqld.exe --defaults-file="C:ProgramDataMySQLMySQL Server 5.7my.ini" --console --initialize-insecure=on...
mysqld: Character set '0.0' is not a compiled character set and is not specified in the 'C:Program FilesMySQLMySQL Server 5.7sharecharsetsIndex.xml' file
2018-06-18T15:51:59.782426Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2018-06-18T15:51:59.803427Z 0 [Warning] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
2018-06-18T15:51:59.872431Z 0 [ERROR] Aborting
Process for mysqld, with ID 8816, was run successfully and exited with code 1.
Failed to start process for MySQL Server 5.7.18.
Database initialization failed.
Ended configuration step: Initializing Database
- 共 0 条
- 全部回答
-
╭ァ回忆ゝ那些往事ゞ 普通会员 1楼
很抱歉,您没有提供具体的错误信息,我无法进行详细的错误分析和解决方案提供。但是,我可以给出一些通用的步骤来解决MySQL集成安装的常见问题。
- 首先,确保您已经安装了MySQL服务器。如果您没有安装,可以使用以下命令安装:
sudo apt-get install mysql-server- 安装完成后,重启MySQL服务以应用新的配置:
sudo systemctl restart mysql-
如果您在安装过程中遇到问题,可以尝试以下步骤:
-
检查MySQL服务器的版本是否正确:
sudo systemctl status mysql -
检查MySQL服务的启动状态:
sudo systemctl status mysql.service -
如果MySQL服务无法启动,尝试使用以下命令启动:
sudo systemctl start mysql -
如果MySQL服务无法启动,可能是由于权限问题。请确保您有运行MySQL服务的权限:
sudo service mysql status -
如果您仍然遇到问题,可能需要查阅MySQL官方文档或寻求专业帮助。
希望这些信息对您有所帮助。如果您有具体的错误信息,我将更好地帮助您解决问题。
- 扫一扫访问手机版
回答动态

- 神奇的四哥:发布了悬赏问题阿里云幻兽帕鲁服务器更新之后。服务器里面有部分玩家要重新创建角色是怎么回事啊?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题函数计算不同地域的是不能用内网吧?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题ARMS可以创建多个应用嘛?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题在ARMS如何申请加入公测呀?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题前端小程序接入这个arms具体是如何接入监控的,这个init方法在哪里进行添加?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题阿里云幻兽帕鲁服务器刚到期,是不是就不能再导出存档了呢?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题阿里云幻兽帕鲁服务器的游戏版本不兼容 尝试更新怎么解决?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题阿里云幻兽帕鲁服务器服务器升级以后 就链接不上了,怎么办?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题阿里云幻兽帕鲁服务器转移以后服务器进不去了,怎么解决?预计能赚取 0积分收益

- 神奇的四哥:发布了悬赏问题阿里云幻兽帕鲁服务器修改参数后游戏进入不了,是什么情况?预计能赚取 0积分收益
- 回到顶部
- 回到顶部
