原文:mysql ERROR 126 (HY000): Incorrect key file for table '/tmp/#sql_1d87_0.MYI'; try to repair it

root localhost df h 查看是否空间不足 在查看mysql数据目录情况 mysql gt show variables like dir Variable name Value basedir usr local mysql binlog direct non transactional updates OFF character sets dir usr local mysql ...

2016-01-11 11:10 0 1887 推荐指数:

查看详情

[Err] 126 - Incorrect key file for table '/tmp/#sql_1cdc_0.MYI'; try to repair it

网上给出的原因倾向于MySQL的tmpdir的临时目录磁盘空间不足,如果检查确实时空间不足,请调整量tmpdir和slave_load_tmpdir,然后重启mysql服务。调整的方法是 locate my.cnf定位出配置文件位置,修改MySQL配置文件/etc/my.cnf,修改 ...

Thu Nov 01 19:38:00 CST 2018 0 1408
MySQL ERROR 1366(HY000) Incorrect string value

有以下两张表: 在往表里插数据时报错了: 不支持中文,查看下字符编码: 发现database的字符编码是latin1,修改字符编码: 现在看起来修改过来了,现在插入数据: ...

Mon Sep 03 00:36:00 CST 2018 4 2102
mysql 解决 ERROR 1114 (HY000): The table 'XXX' is full

操作:执行 alter table aa_table drop column hehe; 删除 aa_table 表中 hehe 字段。导致 ERROR 1114 (HY000): The table 'sy_transaction_info' is full。 删除字段操作,磁盘可以空间需要 ...

Mon Sep 16 20:04:00 CST 2019 0 3275
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM