摘要:
error: Failed dependencies: MySQLconflicts 错误提示: error: Failed dependencies: mysql conflicts with mysql-server.i386 原因及解决办法: That means there's an old 阅读全文
摘要:
flash的socket连接安全策略文件 最近公司做压力测试的时候,发现了一个问题。flash的socket客户端向服务端请求安全策略文件的时候,服务端负责回发策略文件的端口能连接上,但是没有响应,没有向flash客户端回发任何内容。最终会导致flash客户端加载不到策略文件。然而,即便是负责回发策 阅读全文
摘要:
mysql>show variables like '%timeout'; 打印结果如下: + + + | Variable_name | Value | + + + | connect_timeout | 5 | | delayed_insert_timeout | 300 | | interac 阅读全文
摘要:
Codesmith怎么判断sqlserver数据库字段是不是标识自增字段 使用ExtendedProperty扩展信息判断 CS_isIdentity:是否为标识符,不支持Access CS_isComputed:是否为计算列 CS_isDeterministic:是否确定... CS_Identi 阅读全文
摘要:
可遇不可求的Question之导入mysql中文乱码解决方法篇 先 set names utf8;然后 source c:\1.sql ? 阅读全文
摘要:
mysql启用skip-name-resolve模式时出现Warning的处理办法 在优化MYSQL配置时,加入 skip-name-resolve ,在重新启动MYSQL时检查启动日志,发现有警告信息。 120726 11:57:22 [Warning] 'user' entry 'root@lo 阅读全文