Print a description for a system error code or an error code from a MyISAM/ISAM/BDB table handler. Example, type “perror 150″ in the linux shell.
1 2 | # perror 150 MySQL error code 150: Foreign key constraint is incorrectly formed |
Print a description for a system error code or an error code from a MyISAM/ISAM/BDB table handler. Example, type “perror 150″ in the linux shell.
1 2 | # perror 150 MySQL error code 150: Foreign key constraint is incorrectly formed |