Error:ALTER?command?denied?to?user?‘xxxx‘@‘localhost‘?for?table?‘uc_notelist‘
Errno:1142
SQL::ALTER?TABLE?uc_notelist?ADD?COLUMN?app1?tinyint?NOT?NULL
说明xxxx用户没有ALTER权限。
...
分类:
数据库 时间:
2015-11-09 22:45:15
阅读次数:
799
执行sudo gem install cocoapods出现错误: ERROR:??While?executing?gem?...?(Errno::EPERM)
????Operation?not?permitted?-?/usr/bin/xcodeproj 自定义GEM_HOME $ mkdir -p $HOME/Software/ruby...
分类:
其他好文 时间:
2015-11-09 12:52:40
阅读次数:
254
在Linux的日志/var/log/message里面看到下面错误信息: Oct 26 09:48:42 xxxxxxx SYMBDSNAP_SDK[3943]: Failed to open device: /dev/symbdsnapctl, errno: 2. Google搜索了一下,发现出现...
分类:
其他好文 时间:
2015-11-05 06:08:44
阅读次数:
206
错误信息: bower error status code of git: 128 fatal: unable to connect to github.com: github.com[0: 你的IP]: errno=Operation timed out 原因: 需要用https才能读到数据 解决方法:输入命令 git config...
分类:
其他好文 时间:
2015-10-27 15:33:48
阅读次数:
183
Exception:Traceback (most recent call last): File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/basecommand.py", line 211, in main st...
分类:
系统相关 时间:
2015-10-27 15:14:12
阅读次数:
1309
1、C错误处理errno、perror() 和sterror()perror() 函数显示您传给它的字符串,后跟一个冒号、一个空格和当前 errno 值的文本表示形式。strerror() 函数,返回一个指针,指针指向当前 errno 值的文本表示形式。被零除的错误程序退出状态通常情况下,程序成功执...
分类:
其他好文 时间:
2015-10-26 15:04:10
阅读次数:
218
mysql最大连接数据说默认是100,貌似连接数超过这个值时,其它连接无法达成并提示Error: Too many connections Errno.: 1040。 修改mysql最大连接数的方法如下: 1,修改/etc/my.cnf 在mysqld下添加 max_connecti...
分类:
数据库 时间:
2015-10-24 14:27:26
阅读次数:
206
我现在需要安装Cocoapods 。gem的镜像一景更换为淘宝的了。执行sudo gem install cocoapods出现错误:ERROR: While executing gem ... (Errno::EPERM) Operation not permitted - /usr/bi...
分类:
其他好文 时间:
2015-10-11 23:11:14
阅读次数:
502
Loaded plugins: fastestmirrorLoading mirror speeds from cached hostfilehttp://ftp.sjtu.edu.cn/centos/5.4/addons/x86_64/repodata/primary.sqlite.bz2: [E...
分类:
数据库 时间:
2015-09-24 19:18:53
阅读次数:
1455
查看mysql服务器的错误日志有一句:InnoDB: mmap(137363456 bytes) failed; errno 12原来是内存不够用(需要131MB)呀,把my.cnf中的innodb_buffer_pool_size值修改成8M解决问题这个弄好好,发现服务器上的wordpress任然...
分类:
数据库 时间:
2015-09-23 19:23:26
阅读次数:
148