MySQL Forums
Forum List  »  MySQL & Kubernetes

Odd error
Posted by: Mark Bradakis
Date: October 09, 2018 10:39PM

This is odd. One character in table name changes behavior?

mysql> create table phpbb_acl_groups ( group_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, forum_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, auth_option_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, auth_role_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, auth_setting tinyint(2) DEFAULT '0' NOT NULL );
ERROR 29 (HY000): File './wf/phpbb_acl_groups.MYD' not found (Errcode: 2 - No such file or directory)
mysql> create table phpbb_axl_groups ( group_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, forum_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, auth_option_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, auth_role_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, auth_setting tinyint(2) DEFAULT '0' NOT NULL );
Query OK, 0 rows affected (0.49 sec)


Why??

Options: ReplyQuote


Subject
Written By
Posted
Odd error
October 09, 2018 10:39PM
October 09, 2018 10:44PM
August 14, 2019 06:23AM
August 14, 2019 09:09AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.