MySQL support?

Discussion in 'Bukkit Discussion' started by Threezool, Jan 2, 2011.

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

    Threezool

    Just a simple question, will the server software support MySQL and will it be possible to export/import the Hmod settings (SQL and/or Plain) to this software?
     
    coolhome likes this.
  2. Offline

    godslam

    This is one of the biggest questions on my mind. I'd really like to be able to import warps and whatnot from my old database. Also, MySQL makes everything a bit more organized and easier to navigate, in my opinion. Flatfiles are a bit cluttered and sometimes aren't spaced correctly and turn into a cluster-fuck.
     
    seriosbrad likes this.
  3. Offline

    coolhome

    If the bukkit supports MySQL to save settings I would say importing old data would be a very simple process. I agree that flatfiles just suck. Let's hope the developers use MySQL. SQLite would also work but only for small private servers.
     
  4. Offline

    Zidonuke

    bukkit is going to use SQLite and then MySQL for data and stuff as far as I hear.
     
  5. Offline

    coolhome

    Well with that said if they dont release a import program from hmod I will create it :)

    While at that why not allow it to import from text files.
     
  6. Offline

    Zidonuke

    There should be a data conversion tool or something for the basic data of hmod, as for the plugins. Other people will need to do that.
     
  7. Offline

    rmb938

    awesome I currently use hmod mysql so it will be a easy transfer. If they make it right you could just use the same tables and stuff
     
  8. Offline

    Zidonuke

    If the tables change, it wouldn't be hard to port it over still :p
     
  9. Offline

    coolhome

    If the tables changes importing from old would be easy. I mean it possibly couldn't change that much. :)
     
  10. Offline

    rmb938

    Yea I was just saying we could of made it even easier lol. Another question to expand off this thread. Will the server properties also be in mysql? If so it would be much easier to make a website admin panel of some sort
     
  11. Offline

    coolhome

    I like this idea a lot. Creating a PHP admin control panel would be really awesome. Although its already been done if all this data was in a database it would make life easier.
     
  12. Offline

    Zidonuke

    Not just a PHP Admin Panel, but some CMS or forum system that hooks into the minecraft database!
     
  13. Offline

    rmb938

    That is true CMS or forum is good not for me though xD I run my website on a different server then my mc server. I can do remote mysql but I doubt hmod will be able to handle the time delay to a remote mysql server.
     
  14. Offline

    legendblade

    Imagine tying in the forum software with your ingame messaging system - DSMail or somesuch being able to send out PMs via the forum; news posts when things on the server happen.
     
  15. Offline

    rmb938

    That would be pretty cool. Would be annoying though trying to use all the different forum systems
     
  16. Offline

    Zidonuke

    Yes, this is exactly why I want a system to do everything all in one.
     
  17. Offline

    Thoorium

    I'm currently planning to write .cs class to work with the database for web integration. (and maybe a webkit for people wanting a website for their server)
     
  18. Offline

    hey0

    Java is quite flexible with SQL. You can easily switch from one SQL server/engine/whatever to another with no code edits (depending on how you do it), assuming the SQL syntax you use is compatible. Assuming they add SQL support (Which they of course will), there won't be a problem. hMod could almost use SQlite with no code edits but there's some SQL syntax I used that SQlite hadn't yet implemented.
     
Thread Status:
Not open for further replies.

Share This Page