数据库
首页 > 数据库> > EasyPHP 16.1.1无法启动MySQL

EasyPHP 16.1.1无法启动MySQL

作者:互联网

首先,安装完第一次运行后,一切正常;但现在,经过一小时后重启,当我启动EasyPHP Dashboard时,MySQL没有运行.当我尝试启动它时,会出现加载圆圈,然后刷新页面并且MySQL仍未启动 – 没有任何消息.我删除了错误日志,并在尝试运行后直接删除,它写入以下内容:

2016-05-21T08:39:32.432081Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2016-05-21T08:39:32.432081Z 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.
2016-05-21T08:39:32.432081Z 0 [Warning] 'NO_AUTO_CREATE_USER' sql mode was not set.
2016-05-21T08:39:32.432081Z 0 [Warning] Insecure configuration for --secure-file-priv: Current value does not restrict location of generated files. Consider setting it to a valid, non-empty path.
2016-05-21T08:39:32.432081Z 0 [Note] ..\eds-binaries\dbserver\mysql5711x86x160521094439\bin\eds-dbserver.exe (mysqld 5.7.11) starting as process 1732 ...

你有什么想法,会发生什么以及如何解决它?

编辑:经过几次重新安装后情况仍然相同.安装后一切正常,但在easyphp关闭后,MySQL再也无法启动. Errorlog总是说,mysql正在启动进程xxxx,但该进程永远不会启动.

解决方法:

单独安装MySQL Server不要安装EasyPHP附带的MySQL. MySQL服务在操作系统启动时启动,您无需在EasyPHP中启动该服务.

请注意,如果要将此安装与phpMyAdmin一起使用,则应调整phpMyAdmin的配置(可能是您的MySQL密码),或者您也可以使用MySQL Workbench等数据库GUI工具.

希望这对你有所帮助. [我正在使用XAMPP,程序相同.这个对我有用]

标签:mysql,easyphp
来源: https://codeday.me/bug/20190702/1354266.html