今天更改数据引擎的时候,突然出现了 Table storage engine for '#sql-3e9_132' doesn't have this option 这样的提示: 通过搜索,发现了一些端倪,下面是对于Row_Format参数的讲解: 在MYSQL中, 若一张表里面不存在varchar ...
分类:
数据库 时间:
2017-10-26 11:37:39
阅读次数:
364
问题:程序报Table 'xxx' doesn't exist 的错误,但是查看数据库发现该表已经存在且字母也没有拼错。 原因:Linux 上的mysql 默认是区分大小写导致的。 解决:改动mysql的配置文件,在my.cnf中的[mysqld]下面(位置不能错)加上lower_case_tabl ...
分类:
数据库 时间:
2017-10-25 21:45:03
阅读次数:
167
mysql The used table type doesn’t support FULLTEXT indexes 是不支持全文索引,解决方案: 1、停掉mysql服务2、打开my.ini,搜索default-storage-engine= 你搜索到的应该是 default-storage-eng ...
分类:
数据库 时间:
2017-10-24 13:16:32
阅读次数:
263
【Ambient Light】 Ambient light is light that is present all around the scene and doesn’t come from any specific source object. It can be an important c ...
分类:
其他好文 时间:
2017-10-24 11:34:47
阅读次数:
218
set -e # Exit the script if an error happens 脚本A set +e # don't bail out of bash script if ccache doesn't exist 脚本B set -e # back to regular "bail out ...
分类:
系统相关 时间:
2017-10-12 17:10:01
阅读次数:
291
摘自: http://renxiangzyq.iteye.com/blog/763837 update ERROR 1364 (HY000): Field 'ssl_cipher' doesn't have a default value 建议使用GRANT语句进行授权,语句如下: grant al ...
分类:
数据库 时间:
2017-09-23 12:16:51
阅读次数:
179
今天折腾了一下Androidstudio,好不容易搞完了,结果在运行adb命令的时候出错了不要着急,我们先看下这个错误是怎么出现的。1、搞完Androidstudio之后也升级使用了新的sdk,并配置了环境变量2、启动了第三方模拟器3、之后用adbdevices命令就出现了上图的错误从报错的原因来看应..
分类:
数据库 时间:
2017-09-20 16:43:17
阅读次数:
383
如果从MySQL5.6升到5.7,可能会出现Table 'performance_schema.session_status' doesn't exist和Native table 'performance_schema'.'session_status' has the wrong structu ...
分类:
其他好文 时间:
2017-09-19 21:17:57
阅读次数:
648
在chrome61 不支持滚动 解决方案: Use document.scrollingElement if supported, and fall back to the current code. For example, if the current (problematic) code is ...
分类:
其他好文 时间:
2017-09-14 13:13:34
阅读次数:
190
数据表为Innodb引擎 data文件夹中存在数据表的frm文件,但在phpmyadmin中看不到这些表,于是采用导入sql文件的方式进行恢复 1、直接导入原数据表的sql文件,原frm文件不删除 出错:#1146 - Table 'eticket.et_admin' doesn't exist 2 ...
分类:
数据库 时间:
2017-09-12 22:03:10
阅读次数:
409