yapzhenyie / GadgetsMenu

Feature-rich cosmetics plugin that provide players with the most powerful features.
http://bit.ly/GadgetsMenu
66 stars 24 forks source link

MySQL not working #841

Closed SideWayy closed 3 years ago

SideWayy commented 3 years ago

Describe the bug I tried to connect the plugin to a MySQL Server and it doesn't work.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'server\plugins\GadgetsMenu
  2. Click on 'config.yml'
  3. Enable MySQL put in all info [hostname, username, port, db, pass]
  4. this error https://pastebin.com/qaTTBSpU

Expected behavior I expected it to connect and save player data to the server so I can use on my BungeeCord network but sadly it didn't work.

Further Information (please complete the following information):

yapzhenyie commented 3 years ago

Is your mysql info setup correctly?

SideWayy commented 3 years ago

Yes I'm 100% sure I set it up correctly and double checked but still nothing

yapzhenyie commented 3 years ago

Try use another user & password for authentication.

SideWayy commented 3 years ago

still same error I tried different connections and reinstalling MySQL and its not working

yapzhenyie commented 3 years ago

Since you're using your own device to run MySQL, therefore there are several setting you have to set. You can check this article for more details. https://stackoverflow.com/questions/50505042/mysqlnontransientconnectionexception-client-does-not-support-authentication-pro

SideWayy commented 3 years ago

great! it worked. thx for the support!

yapzhenyie commented 3 years ago

Nice :D