Code Monkey home page Code Monkey logo

Comments (6)

huskiesir avatar huskiesir commented on June 9, 2024 2

问题处理方式:

  1. 进入Dataease数据库
    docker exec -it mysql-de mysql -uroot -pPassword123@mysql
  2. 更正数据库字符集设置
    ALTER DATABASE dataease CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;

from dataease.

BBchicken-9527 avatar BBchicken-9527 commented on June 9, 2024

感谢反馈,你是不是用过rc?这个是flayway的异常,因为它只执行一次,你在数据库中将丢失的字段加上即可;

from dataease.

huskiesir avatar huskiesir commented on June 9, 2024

感谢反馈,你是不是用过rc?这个是flayway的异常,因为它只执行一次,你在数据库中将丢失的字段加上即可;

rc 什么意思?怎么操作?

from dataease.

xuwei-fit2cloud avatar xuwei-fit2cloud commented on June 9, 2024

可以统一一下数据库的排序规则。
图片

from dataease.

huskiesir avatar huskiesir commented on June 9, 2024

具体应该怎么操作

from dataease.

xuwei-fit2cloud avatar xuwei-fit2cloud commented on June 9, 2024

DataEase在初始化创建的时候,会执行下面的语句来创建database,使用的是 utf8mb4_0900_ai_ci:

CREATE DATABASE `dataease` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci;

你可以找到报错信息里的table,将对应的排序规则改成一致的 utf8mb4_0900_ai_ci 即可。

from dataease.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.