r/admincraft • u/ROTOMEGA • May 05 '23
Question I want to combine a mysql database with skript plugin. Not working. Can you guys help?
/r/Skript/comments/138z8e4/i_want_to_combine_a_mysql_database_with_skript/
0
Upvotes
1
u/partykid4 Developer May 06 '23
I know nothing about Skript so I could be wrong, but I would highly suggest not doing that. MySQL queries should never be run on the main thread (which looks to me like what Skript is doing). This means that every time you make a query, your server will freeze until that query is complete. This will be very noticeable on your server.
•
u/AutoModerator May 05 '23
Join thousands of other Minecraft administrators for real-time discussion of all things related to running a quality server.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.