Mac user needs help setting up mysql with bukkit

Discussion in 'Bukkit Help' started by MacVaultDweller, May 9, 2011.

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

    MacVaultDweller

    Assistance needed in setting up and using mysql with craftbukkit
     
  2. Offline

    jamescosten

    Me too, let me know if you succeed :)
     
  3. Offline

    MacVaultDweller

    Maybe we can work this out together
    I'm trying to get MAMP http://www.mamp.info/en/index.html to work but can't seem to set a new root password to protect it or config bukkit to use it.

    Ok got MAMP up and running.
    Solved the root password problem.
    Created a minecraft database.
    Now all I need is help linking craftbukkit to it so it can be used.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 16, 2016
  4. Offline

    XilDarkz

    Nicely done, im trying with XAMPP, and gettng nowhere.

    ill try MAMP
     
  5. Offline

    MacVaultDweller

    Code:
    database:
        username:
        isolation:
        driver:
        password:
        url:
    
    If anyone can help me config the bukkit.yml file so it can use the db
    I would be most grateful.
     
  6. Offline

    jacob863

    Yeah i have been looking for help with mysql for a while now with mac, anyone get it running?
     
  7. Offline

    Jeyge

    Unless they added something to the recent RB, that file still isn't used and doesn't need to be set up to use MySQL.
     
  8. Offline

    Pencil

    Craftbukkit doesn't use mysql afaik :S. Some plugins do, but they are well documented so you should be fine!
     
  9. Offline

    MacVaultDweller

    I'm setting it up for plugins.

    It's being set up for plugin use.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 16, 2016
  10. Offline

    Pencil

    Plugins use theire own mysql settings, that bukkit.yml wont do anything :p
     
  11. Offline

    MacVaultDweller

    Then what is for

    Persistence
    PreciousStones now requires MySQL

    Sample bukkit.yml
    Code:
    database: username: root isolation: SERIALIZABLE driver: com.mysql.jdbc.Driver password: yourDBpassword url: jdbc:mysql://localhost/minecraftInstructions
    • Create a mysql database called "minecraft"
    • Change the username and password on the bukkit.yml to match your database's credentials
    • Place the bukkit.yml in the same folder that contains the craftbukkit-0.0.1-SNAPSHOT.jar
    • Load up pstones
     
  12. Offline

    Jeyge

    Someone who decided to use something that doesn't belong to them and the answer to your question.
     
  13. Offline

    Pencil

    What he said ^
     
  14. Offline

    MacVaultDweller

    Do you mean PreciousStones should not have used the bukkit.yml for the plugin
    and if so will it create problems for me in the future?
     
  15. Offline

    Jeyge

    Usually, plugins won't share configs because it can cause problems when one plugin owner needs to change something. In this case, I don't think this file was even meant to be released yet so who knows what they might change when they are ready. Then again, maybe this is exactly why the file was released.
     
  16. Offline

    MacVaultDweller

    Thanks for the info Jeyge
     
Thread Status:
Not open for further replies.

Share This Page