Solved [Question] MySQL

Discussion in 'Plugin Development' started by MordorKing78, Sep 28, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    MordorKing78

    This would just be a quick question, but MySQL is basically for storing data to make it accesible for other servers that have access to this database too, so a replacement for config-storage?

    I just need to get this cleared up a bit.
    Kind Regards
     
  2. Offline

    Zombie_Striker

    @MordorKing78
    It is not necessarily a "replacement". MySQL allows computers that not connected to access the same data, something configuration files cannot do. MySQL should be used when you want other servers to be able to access/modify data. If your other servers can access your config, you should use configs over sql.
     
    MordorKing78 likes this.
  3. Offline

    MordorKing78

    @Zombie_Striker Alright, that's exactly what I was looking for, now I've just got to go and learn how I use MySQL in my Java projects =)

    Thank you.
     
Thread Status:
Not open for further replies.

Share This Page