Table 'minecraft.luckperms_groups' doesn't exist
Fairweather-Furry opened this issue ยท 1 comments
Description
After setting up a MySQL server on the same machine as my Minecraft proxy, I tried to set up shared storage. Unfortunately, I keep receiving errors about tables not existing in the database. Is that something that has to be set up manually? I have the MySQL login setup to have the right privileges to create it by itself.
My server is running on Ubuntu Server 22.04 if that at all is relevant.
Reproduction Steps
- Create a Database in MySQL named minecraft
- Setup a user and password in MySQL
- Grant all privileges to user for database
- Start MySQL service
- Add MySQL details to LuckPerms' config
- Start Velocity
- Receive error and suffer
Expected Behaviour
LuckPerms should create the necessary tables in the database it needs on its own if tables are missing.
Server Details
Velocity 3.1.2 Snapshot 184
LuckPerms Version
5.4.50
Logs and Configs
https://gist.github.com/Fairweather-Furry/7bdab0b2643ccb54aa693e60bbeb619b
Extra Details
If any more info is needed, I can provide if asked.