一、windows下
直接修改配置文件my.ini,然后重启MySQL服务。
二、Linux CentOS6.5下
1、登录mysql:
[root@slave4 ~]# mysql -u root -p
2、查看当前连接数: mysql> show variables like 'max_connections';
+-----------------+-------+
| V...
分类:
数据库 时间:
2014-11-19 18:40:05
阅读次数:
233
使用svn update更新时候提示:svn: E155036: The working copy at 'xxx'is too old (format 29) to work with client version '1.8.9 (r1591380)' (expects format 31). Y...
分类:
其他好文 时间:
2014-11-19 13:56:09
阅读次数:
2913
Option Explicit' No more data is available.Const ERROR_NO_MORE_ITEMS = 259' The data area passed to a system call is too small.Const ERROR_INSUFFICIEN...
分类:
Web程序 时间:
2014-11-18 23:28:59
阅读次数:
312
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1086判断两条线段是否有交点,我用的是跨立实验法:两条线段分别是A1到B1,A2到B2,很显然,如果这两条线段有交点,那么可以肯定的是:A1-B1,A2-B1这两个向量分别在B2-B1的两边,判断是不是在...
分类:
其他好文 时间:
2014-11-18 17:30:52
阅读次数:
232
错误代码:objc_msgSend(self.beginRefreshingTaget, self.beginRefreshingAction, self);Too many arguments to function call, expected 0, have 3经过几番周折,终于叨叨解决方案了...
分类:
移动开发 时间:
2014-11-18 11:42:09
阅读次数:
317
// ToDoListWnd.cpp : implementation file//#include "stdafx.h"#include "ToDoList.h"#include "ToDoListWnd.h"#include "ToolsCmdlineParser.h"#include "Too...
分类:
其他好文 时间:
2014-11-18 08:04:04
阅读次数:
314
Ignatius and the Princess Description "Well, it seems the first problem is too easy. I will let you know how foolish you are later." feng5166 says. "T...
分类:
其他好文 时间:
2014-11-16 20:04:47
阅读次数:
204
SublimeText报错: 今天打开运行了一段时间的sublime text2,发现报了一个错,错误如下 一, A plugin (sublimelint_plugin) may be making Sublime Text unresponsive by taking too long (1.020662s) in its on...
分类:
其他好文 时间:
2014-11-16 16:07:10
阅读次数:
192
原文: Mysql插入内容过长(Packet for query is too large) 这个以前一直没有碰到过,一次性向Mysql数据库插入内容过长的话会出现这个问题,解决办法就是在Mysql配置文件My.ini中找到[mysqld]选项,
在该选项下找到max_allowed_packet属...
分类:
数据库 时间:
2014-11-14 19:23:52
阅读次数:
211
IntroductionYou can download the Visual Studio solutions for this articleat this location. With all the Nuget binaries, it's about 57 MB (too big to b...
分类:
其他好文 时间:
2014-11-14 01:32:52
阅读次数:
309