码迷,mamicode.com
首页 >  
搜索关键字:errno 13    ( 1000个结果
MySql常见出错解决
Mysql Error:1018 mysql问题: mysql> use dbname; Database changed mysql> show tables; ERROR 1018 (HY000): Can't read dir of './dbname/' (errno: 13) 原因: 这个... ...
分类:数据库   时间:2016-04-13 11:20:09    阅读次数:170
解决gem不能使用的问题
今天尝试使用gem安装cocoaPod时,gem报错:ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) Errno::ETIMEDOUT: A connection attempt failed because the c ...
分类:其他好文   时间:2016-04-12 12:37:50    阅读次数:155
[ERROR]-Error: failure: repodata/filelists.xml.gz from addons: [Errno 256] No more mirrors to try.
最近在使用CentOS5.5的时候yum安装文件出现如下错误:Error:failure:repodata/filelists.xml.gzfromaddons:[Errno256]Nomoremirrorstotry.解决方法:yumcleanallCentOS更换网易源1、下载新源及将本地源备份[root@localhost~]#cd/etc/yum.repos.d/[root@localhost~]#wgethttp://..
分类:其他好文   时间:2016-04-03 20:40:04    阅读次数:162
注释转换
AnnotationConversion.h#pragmaonce #define_CRT_SECURE_NO_WARNINGS1 #include<stdio.h> #include<assert.h> #include<errno.h> typedefenumState { c_BEGIN, c_END }State; typedefenumRunState { SUCCESS, FILE_WRONG, NO_MATCH }RunState; RunStateAnnot..
分类:其他好文   时间:2016-04-03 20:36:10    阅读次数:222
cloudera安装报错 socket.gaierror: [Errno -2] Name or service not known
有时候安装cloudera会报socket.gaierror: [Errno -2] Name or service not known,或者服务器可能IP或mac地址冲突会引发次错误。导致机器服务不能正常运行和重装。 解决办法: 在cloudera安装过程中遇到socket.gaierror: [ ...
分类:其他好文   时间:2016-04-03 14:28:12    阅读次数:186
解决MySQL复制出错 Last_SQL_Errno:1146
背景:我们在做数据迁移或者拆分的时候,使用Tablespace transcation 这种解决方案时,很有可能就会遇到 从库复制出错,报: Last_SQL_Errno: 1146 那么具体错误内容可能会有如下: Last_SQL_Error: Error 'Table 'spider.tb_ci ...
分类:数据库   时间:2016-04-02 18:42:38    阅读次数:1218
NFS错误Starting NFS quotas: Cannot register service: RPC: Unable to receive; errno=Connection refused
NFS报错一例 [root@bjs0- ~]# /etc/init.d/portreserve start Starting portreserve: [ OK ] [root@bjs0- ~]# /etc/init.d/nfs start Starting NFS services: [ OK ] ...
分类:其他好文   时间:2016-04-01 09:05:45    阅读次数:270
Linux 删除mysql数据库失败的解决方法
使用命令:drop database xxx;删除本数据库时却删除失败,系统提示出现了错误,错误代码为: ERROR 1010 (HY000): Error dropping database(can't rmdir './xxx/',errno:17); 解决方法: 1.find /  -name
分类:数据库   时间:2016-03-14 10:40:14    阅读次数:205
用socket实现ping功能(记录)
/* 参考代码 http://bbs.csdn.net/topics/230001156 原文为win32版本 这里已修改为unix版本 */ #include <stdio.h> #include <string.h> #include <errno.h> #include <unistd.h>
分类:其他好文   时间:2016-03-12 11:44:48    阅读次数:598
Ruby SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B:
最近使用ruby-china的源连接不上 使用gem update遇到这个问题, 原来是ruby没有包含SSL证书,所以Https的链接被服务器拒绝。 解决方法很简单,首先在这里下载证书(http://curl.haxx.se/ca/cacert.pem), 然后再环境变量里设置SSL_CERT_F
分类:其他好文   时间:2016-03-12 11:36:31    阅读次数:429
1000条   上一页 1 ... 68 69 70 71 72 ... 100 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!