EvolSoft / ServerAuth

An advanced authentication plugin for PocketMine-MP
MIT License
56 stars 39 forks source link

MySQL Table #117

Closed ghost closed 7 years ago

ghost commented 7 years ago

The plugin MySQL is connecting, but at the beginning of the table name I want it says serverauth. I do not want to write serverauth.

Flavius12 commented 7 years ago

Do you mean the database name or the tables name? Can you be more detailed?

ghost commented 7 years ago

Yeah. The name of the table I select is "uyeler" but it is created in the MySQL table as "uyelerserverauthdata".

Flavius12 commented 7 years ago

It's not a bug. You can only change the tables' prefix, not the name.

ghost commented 7 years ago

Ok. Thanks.