Troubleshooting of MySQL errors: Difference between revisions

Jump to navigation Jump to search
m
Line 41: Line 41:
References
References
* [https://mysqldump.guru/mysqldump-got-errno-32-on-write.html mysqldump: Got errno 32 on write | mysqldump.guru]
* [https://mysqldump.guru/mysqldump-got-errno-32-on-write.html mysqldump: Got errno 32 on write | mysqldump.guru]
== ERROR 1005 (HY000) at line xx: Can't create table 'TABLE_NAME' (errno: 28) ==
Solutions
* Check if the disk space where mysql data folder located is enough. e.g. Input {{kbd | key=df -h}} on {{Linux}}
* More on [http://stackoverflow.com/questions/11045279/error-1005-hy000-cant-create-table-errno-150 mysql - ERROR 1005 (HY000): Can't create table (errno: 150) - Stack Overflow].


== ERROR 1006 (HY000): Can't create database 'DATABASE_NAME' (errno: 28) ==
== ERROR 1006 (HY000): Can't create database 'DATABASE_NAME' (errno: 28) ==

Navigation menu