Java---hibernate>>can ' t create table './xxx/#sql-b2c_1a.frm ' (errno:xxx) workaround

Source: Internet
Author: User

Common scenario: Delete related tables and regenerate.

1. Inconsistent data engine inconsistency between related tables results in:

Modify the engine settings for the related table and keep it consistent.

2. The reference type of the associated table index field is different (for example, the A Table association field is a int,b table index is char):

Modify the field type of the related table and keep it consistent.

3. The character encoding of the primary key and foreign key is inconsistent:

Modify the respective table encoding format and keep it consistent.


4. The field referenced in the primary table cannot be found or the associated index is not established:

Either delete the index or add a field.

Java---hibernate>>can ' t create table './xxx/#sql-b2c_1a.frm ' (errno:xxx) workaround

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.