How to use MySQL

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.

malte88

New member
Feb 20, 2023
3
0
1
How would i go about using MySQL because currently im using the MySQL fix plugin but i want to load the connector from my Plugin but dont know how. If i add it with maven it wont compile into the jar.
 
Version Output
3.2.0

z4x

New member
Feb 5, 2022
7
0
1
How would i go about using MySQL because currently im using the MySQL fix plugin but i want to load the connector from my Plugin but dont know how. If i add it with maven it wont compile into the jar.
I don't know what library you're trying to use, but I use jOOQ for all of my SQL stuff in Java. Might want to give that one a shot - it's very easy to use once you get the hang of how it works.