Help with converting flatfile to SQL

Status
This thread has been locked.

WillFTW

Feedback score
2
Posts
219
Reactions
98
Resources
0
Currently I am in the process of developing a Soup KitPvP server, Although mid-way through making the plugin I realized how inefficient flatfiles are and how MySQL would allow more efficiency. Please help me figure out how to use SQL!
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Fire

Always DM me here before dealing via Discord.
Supreme
Feedback score
74
Posts
3,045
Reactions
1,745
Resources
0
1. Stop the server.
2. Use this to turn the flat file into a mysql database file: https://dbconvert.com/sqlite/mysql/
3. Import the sql file.
4. Setup the plugin config to use mysql.
5 Start the server again.

Edit: Didnt fully read, however thats how you change an existing database :p
 
Last edited:
Status
This thread has been locked.
Top