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: Spoiler #For MySQL: #dataProviderSettings: # host: "127.0.0.1" # port: 3306 # user: "user" # password: "password" # database: "databaseName" Help would be appreciated
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.
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