Skip to content

fix some error#3819

Open
alexcan97 wants to merge 1 commit into
esl:masterfrom
alexcan97:patch-1
Open

fix some error#3819
alexcan97 wants to merge 1 commit into
esl:masterfrom
alexcan97:patch-1

Conversation

@alexcan97

Copy link
Copy Markdown

This PR addresses # fix the error of muc_rooms and muc_light_rooms

Proposed changes include:

  • describe the functionality changes
  • describe new or updated tests
  • describe changes to the documentation

fix the error of muc_rooms and muc_light_rooms
@chrzaszcz

Copy link
Copy Markdown
Member

Could you describe in more detail, what bug this PR is supposed to fix, and how to reproduce this issue?

@alexcan97

Copy link
Copy Markdown
Author

fixed the syntax mistake in the mysql.sql

to run the old script mysql.sql to create table on MySQL, you will see the error.

@chrzaszcz

chrzaszcz commented Jan 4, 2023

Copy link
Copy Markdown
Member

fixed the syntax mistake in the mysql.sql

to run the old script mysql.sql to create table on MySQL, you will see the error.

We are testing MongooseIM in CircleCI with MySQL 8.0.30, and there is no error. What is your MySQL version?

Comment thread priv/mysql.sql

CREATE TABLE muc_rooms(
id SERIAL,
id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://dev.mysql.com/doc/refman/8.4/en/numeric-type-syntax.html
Please have a look SERIAL have same meaning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants