Troubleshooting of MySQL errors: Difference between revisions

Jump to navigation Jump to search
m
Line 443: Line 443:


== Database and Table Operation Errors ==
== Database and Table Operation Errors ==
=== 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].


== Access and Authentication Errors ==
== Access and Authentication Errors ==

Navigation menu