Skip to content

MySQL error #67

Description

@MauzerBrayn

Bug Report

  • Plugin Version: EliteEssentials v2.0.9
  • Hytale Version: v0.5.7

Hi ! I found what seems to be a MySQL schema initialization bug.

Environment:
EliteEssentials 2.0.9
MySQL 8.0.46
Java 25.0.3

The plugin connects successfully and creates ee_players, but then fails during index creation with:

You have an error in your SQL syntax near
'IF NOT EXISTS idx_ee_players_name'

It looks like SchemaManager generates 'CREATE INDEX IF NOT EXISTS ...'
which is not valid MySQL syntax.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions