1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Applying plugins to MySQL

Discussion in 'Off-Topic' started by matija131, May 24, 2017.

  1. matija131

    matija131 Spider Jockey

    Messages:
    31
    Before you all start yelling at me that there are a lot of forums about mysql I know that... I havent found this what im gonna ask you... ;)
    ------------------------------------------------------------------------------------------------------------------------------------------------

    So downloaded, installed and configured MySQL... Yay I finally did it after almost 2 months!
    Now there is a seccond problem xD (ofcourse)

    How do I apply (for example) SimpleAuth plugin to it? So all new player data will be stored on my mysql database
    Where or how do I find database name and host...?

    I have to fill this up:
    #For MySQL:
    #dataProviderSettings:
    # host: "127.0.0.1"
    # port: 3306
    # user: "user"
    # password: "password"
    # database: "databaseName"

    Help would be appreciated :)
     
  2. Awzaw

    Awzaw Zombie Pigman Poggit Admin

    Messages:
    726
    GitHub:
    awzaw
    Not going to yell, but this is nothing to do with PocketMine, and the easiest solution depends on your OS and how you installed MySQL. Basically, once you have set it up you'll make a new non-root user (preferably) and a new database for SimpleAuth (for which the user has privileges), then set the database, user and password in SimpleAuth config to match. As you said, there are loads of tutorials for this online.
     
  3. matija131

    matija131 Spider Jockey

    Messages:
    31
    I know its nothing to do with pocketmine... Thats why I posted this in off topic forums ;)
    Im on windows 10, I installed full mysql community version... I made a non root user already (DB Admin) but I dont know how to create a new database... Can you lead me through that please?

    EDIT: Nvm I found a forums on how to create it xD
    Thanks for help
     
    Last edited: May 25, 2017
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.