MySQL报错,错误代码:2013
MySQL报错,错误代码2013,如图,2013 - Lost connection to MySQL server at waiting for initial communication packet,system error:0
报错原因为在配置文件中设置了参数shared-memory,将shared-memory参数注释掉,MySQL恢复正常
以下为My.ini实例(MySQL目录为F:mysql):
# Other default tuning values # MySQL Server Instance Configuration File # ---------------------------------------------------------------------- # Generated by the MySQL Server Instance Configuration Wizard # # # Installation Instructions # ---------------------------------------------------------------------- # # On Linux you can copy this file to /etc/my.cnf to set global options, # mysql-data-dir/my.cnf to set server-specific options # (@localstatedir@ for this installation) or
MySQL报错,错误代码2013,如图,2013 - Lost connection to MySQL server at waiting for initial communication packet,system error:0 报错原因为在配置文件中设置了参数shared-memory,将shared-memory参数注释掉,MySQL恢复正常 以下为My.ini实例(MySQL目录为F:mysql): # Other default tuning values # MySQL Server Instance Configuration File # ---------------------------------------------------------------------- # Generated by the MySQL Server Instance Configuration Wizard # # # Installation Instructions # ---------------------------------------------------------------------- # # On Linux you can copy this file to /etc/my.cnf to set global options, # mysql-data-dir/my.cnf to set server-specific options # (@localstatedir@ for this installation) or下一篇:
mysql中实现一行变多行