#报错

【报错】RSA host key for 192.168.1.xxx has changed and you have requested strict checking.

执行如下对机拷贝命令scp.ssh/id_rsa.pubphpgo@192.168.1.35:~时,报错RSAhostkeyfor192.168.1.xxxhaschangedandyouhaverequestedstrictchecking.解决方案:rm~/.ssh/known_hosts...
代码星球 ·2021-01-16

gdb调试报错:Missing separate debuginfos, use: debuginfo-install glibc-XXX

解决方案:1、先修改“/etc/yum.repos.d/CentOS-Debuginfo.repo”文件的enable=1;2、使用sudoyuminstallglibc安装;3、使用 debuginfo-installglibc-2.12-1.132.el6.i686 安装。  ...

MySQL Cluster导入数据表时报错:Got error 708 'No more attribute metadata records (increase MaxNoOfAttributes)' from NDBCLUSTER

准备把以前的非集群版MySQL数据导入到MySQLCluster中,出现'Nomoreattributemetadatarecords(increaseMaxNoOfAttributes)'fromNDBCLUSTER 的错误,如下图所示:(注:数据表引擎已改为 ENGINE=ndbcluster)...

【推荐】MySQL Cluster报错及解决方法(不断更新中)

排查问题技巧:MySQLCluster自带了一个错误代码的查看的小程序。通过这个小东西我们可以方便的定位问题的原因。这个程序就是perror在MYSQL安装目录的bin下面。如报错:ERROR1005(HY000)atline474868:Can'tcreatetable'TableName'(errno:136)你可...

MySQL server has gone away报错原因分析

程序中报错:MySQLserverhasgoneaway是什么意思?如何避免?因此,感觉有必要总结一下发生这个问题的原因。今天正好看到一篇外文blog总结的比较好,就翻译过来了:原文:http://ronaldbradford.com/blog/sqlstatehy000-general-error-2006-mysq...
代码星球 ·2021-01-16

Mac Pro 安装 cmake,报错 Warning: cmake-3.5.2 already installed, it's just not linked

1、先安装brew,参考文章:MacPro安装Homebrew软件包管理工具2、执行安装命令brewinstallcmake出现警告提示:Warning:cmake-3.5.2alreadyinstalled,it'sjustnotlinked3、国外网友也遇到这个问题:cmake-3.5.2alreadyinstal...
代码星球 ·2021-01-16

PHP连接MySQL报错:SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket 'MySQL' (2)

如下所示,PHP连接MySQL报错:SQLSTATE[HY000][2002]Can'tconnecttolocalMySQLserverthroughsocket'MySQL'(2)测试代码如下:<?phptry{$dsn='mysql:dbname=php-note;host=localhost;port=3...

复制”链接文件“到虚拟机(VirtualBox)的”共享文件夹“时报错:创建符号链接时报错:只读文件系统

问题描述:1、Ubuntu中的/www/目录,是宿主主机Windows7以“共享文件夹”的形式挂载的;2、/etc/php.ini是/opt/software/php/etc/php.ini 文件的软链接;今天试着把/etc/php.ini文件拷贝到/www/123/目录下,结果报如下错误: 问题分...

mysql报错注入手工方法

以前觉得报错注入有那么一长串,还有各种concat(),rand()之类的函数,不方便记忆和使用,一直没怎么仔细的学习过。这次专门学习了一下,看了一些大牛的总结,得到一些经验,特此记录下来,以备后续巩固复习。 总体来说,报错注入其实是一种公式化的注入方法,主要用于在页面中没有显示位,但是用echomysql_...

常见js报错

UncaughtTypeError:Cannotreadproperty'length'ofnull错误怎么处理?1.可能是返回的datagrid数据格式有问题,比如{"total":0,"rows":null},改为{"total":0,"rows":"[]"}就可以了   //后台解决...
代码星球 ·2021-01-15

pm2自动部署的时候报错 提示npm/pm2 command not found post-deploy hook failed Deploy failed 1

原文链接 https://www.cnblogs.com/yalong/p/13935503.html 这个提示是找不到npm跟pm2命令,但是我们在服务器上使用 npm-v   pm2-v 是可以查看到版本好的,也就是安装好的这个时候提示 ...

根本上解决npm install 报错“ajv-keywords@3.4.0 requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies yourself.“

每次项目npminstall的时候都报这个错误, 然后网上找的方法就把这个ajv重新安装下,感觉有点麻烦,后来有次我把npm更新了一下(我的版本是:6.1.0),更新到了最新版本,这个问题就咋也没出现过了,原来是npm版本的问题。查看自己的npm版本: npm-v 更新本机的npm到最新版...

Mathtype报错:MathType has detected an error in....

Mathtype出现错误 Q:出现如下错误:(MathTypehasdetectedanerrorinAutoExecCls.Errorrunningcmd=NoDirectCall_Mainmod=AutoExecClsinRunMTDLLCommand:’Path’方法(‘AddIn’物件)失敗.Plea...

DB2数据库建表报错

一、建表、表加主键、加索引报错1、ErrorCode:-542,SQLState:42831 涉及的字段必须加上notnull。2、ErrorCode:-574,SQLState:42894默认值或者数据类型有问题,比如取系统时间默认用CURRENTDATE(与oracle不同SYSDATE)不支持格式化时间...
代码星球 ·2021-01-10

amoeba启动报错The stack size specified is too small, Specify at least 228k

Amoeba启动错误:#amoebastartThestacksizespecifiedistoosmall,Specifyatleast228kError:CouldnotcreatetheJavaVirtualMachine.Error:Afatalexceptionhasoccurred.Programwille...
首页上一页...1516171819...下一页尾页