Jump to content

Recommended Posts

These errors are from failed connection to mysql tables. They don't have the required permissions. Fix:

Go to var->db->mysql and give a permission of 777 (0777 if you work on WinSCP) to all game folders. Those folders are:

  • account
  • common
  • hotbackup
  • information_schema (not included in some serverfiles)
  • log
  • mysql
  • performance_schema (not included in some serverfiles)
  • player
  • test (not included in some serverfiles)

Once done, get into each one of those folders, select all files inside and again, give 777 permissions.

Reboot your server and it should work :)

  • Love 1
Link to comment
Share on other sites

open CONFIGS of all channels + db + auth + game99 and check if this information is correct.

PLAYER_SQL: localhost metin2 password player
COMMON_SQL: localhost metin2 password common
LOG_SQL: localhost metin2 password log

So change the username and password to the username and password you assigned when you GRANT ALL PRIVILEGES.

You understand? Click solve if it helped you someone else going to have the same problem!

  • Love 1
Link to comment
Share on other sites

  • Premium

Go in mysql.user and check your password from CONFIG and generate a hash for it , after add a user in mysql.user with all privileges with the id and has-pw...If you still having problem feel free to send me a PM to fix it for u.

9 hours ago, Mind Rapist said:

These errors are from failed connection to mysql tables. They don't have the required permissions. Fix:

Go to var->db->mysql and give a permission of 777 (0777 if you work on WinSCP) to all game folders. Those folders are:

  • account
  • common
  • hotbackup
  • information_schema (not included in some serverfiles)
  • log
  • mysql
  • performance_schema (not included in some serverfiles)
  • player
  • test (not included in some serverfiles)

Once done, get into each one of those folders, select all files inside and again, give 777 permissions.

Reboot your server and it should work :)

That's not true , the problem isn't with permissions as far I know , it has with the game's user elements :D .

  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.