摘要:
公司跳闸,服务器宕机重启后,mysql连接出了问题, 执行service mysqld start 重启时报“Another MySQL daemon already running with the same unix socket.” 后来发现可能是由于mysql.sock文件的存在, 找到/v 阅读全文
摘要:
java.sql.SQLException: The connection property 'autoReconnect' only accepts values of the form: 'true', 'false', 'yes' or 'no'. The value 'truespring. 阅读全文
摘要:
今天调程序的时候,报java.io.EOFException: null at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:264) ~[na:1.7.0_55] at java.util.zip.GZIPInputStr 阅读全文
摘要:
临下班前,测试测出所有的返回报文中有一个版本号的值没有上送,最后定位是由于数据库配置表里版本号是空。 这应该属于前辈们留下的bug了.... 首先试了下 ALTER TABLE newftp alter column command_version varchar(10) not NULL defa 阅读全文