问题提示:
ERROR 1418 (HY000) at line 6314: This function has none of DETERMINISTIC, NO SQL, or READS ...
VMware报错:Microsoft Runtime DLL安装程序未能完成安装
新装系统报错:
[crayon-68703fd18d14f347387241/]
解决方法:
一般是缺少VC++,安装即可,360搜索VC++
或者下载:https://www.micro...
Could not find artifact org.apache.rocketmq:spring-boot-starter-rocketmq:jar:1.0.0-SNAPSHOT -> [Help 1]
在项目mvn install的时候有一个报错:
[crayon-68703fd18d182646122899/]
解决方法:
1:找到spring-boot-starter-rocketmq...
kernel panic – not syncing: VFS: Unable to mount root fs on unknown-block(0,0) while booting
在一次升级阿里云服务器内核后,重新启动服务遇到了这个问题,经过对比grub.conf文件发现丢失了一个内存盘文件系统,也就是(/boot/initramfs-2.6.32-431.23.3.el6.x...
最新版本下iotop无法使用的解决办法
最近新安装了iotop,yum安装、编译安装均报错:
[crayon-68703fd18d1c1312927286/]
编译安装:
[crayon-68703fd18d1c2224366794/...
解决阿里云服务器验证码乱码问题
更换服务器,迁移到新版本的Centos7.4.x系列的服务器,发现验证码一直为乱码,基本判断思路基本确定是字体问题,先让开发指定了字体依然不行,查看了下系统字体,应该是调用了阿里云的默认字体导致的。
...
Creating mailbox file: File exists
新建用户提示:Creating mailbox file: File exists (more…)...
ERROR: Failed to build gem native extension.
错误代码:ERROR: Failed to build gem native extension.
[crayon-68703fd18d298789304858/]
解决方法:
[crayon-...
Table ‘performance_schema.session_variables’ doesn’t exist
MySQL报错:Table 'performance_schema.session_variables' doesn't exist
解决方法:
1:UPGRADE MySQL
[crayo...
This function has none of DETERMINISTIC, NO SQL
ERROR 1418 (HY000) at line 5818: This function has none of DETERMINISTIC, NO SQL, or READS SQL DAT...
11