MySQL

Discussion in 'Plugin Development' started by Rockinredross867, Apr 9, 2015.

Thread Status:
Not open for further replies.
  1. My boss said that I need to switch from a configuration file to a MySQL database. I have the server set up and everything, I just can't seem to find a tutorial that will help me. So a video tutorial will be awesome, but another thread will be ok, but it has to be detailed.
     
  2. Offline

    ShadowWizardMC

    This should be a sufficient resource that you can use, make sure you understand what is happening before you jump into actually using it ;).
     
  3. Offline

    mythbusterma

    @Rockinredross867

    Why does he say you need that? That is a lot of extra work to implement, for often not very much gain.

    You'll also have to learn SQL itself, and learn a little bit about database theory to set up a correctly working database.

    I can provide example schema if you tell me what the database is for, because that's likely the most difficult part.

    Also, don't run SQL queries on the main thread, it will hang the server for an indeterminate amount of time, also do yourself another favor and don't go anywhere near the forum thread that @ShadowWizardMC linked, it'll get you into a world of hurt.
     
Thread Status:
Not open for further replies.

Share This Page