修改datadir目录 #datadir=C:/ProgramData/MySQL/MySQL Server 5.6/Data datadir=F:/ProgramData/MySQL/MySQL Server 5.6/Data 在F盘目录下建立相应的文件目录,把原来 C:/ProgramData/MySQL/MySQL Server 5.6/Data数据拷贝到 F:/ProgramData/MySQL/MySQL Server 5.6/Data 目录下 启动MySQL服务的时候报错1067 这
报错内容: elasticsearch.exceptions.ConnectionError: ConnectionError(<urllib3.connection.HTTPConnection object at 0x111dcb4e0>: Failed to establish a new connection: [Errno 61] Connection refused) caused by: NewConnectionError(<urllib3.connection.HTTP
1.packet for query is too large 1024 >. you can change this value on the server mysql max_allowed_packet 设置过小导致记录写入失败 修改windows下my.ini文件,在[mysqld]段或者mysql的server配置段进行修改 max_allowed_packet=20M 此方法需要重启mysql才行. 重启Mysql的方法: (1)点击计算机,右键管理. (2)选择Mysql