Jump to content

why is this happening?


Recommended Posts

Hello Devs, ive a vague question, i installed MySQL 5.6 on FreeBSD 9.3 with default configurations. Before starting the game server, mysql server runs smoothly, but after starting metin2 server mysql server stops.

I ran the mysql_upgrade command for the tables hoping that the problem will be solved, but not solved. I checked syserr from the game server thinking i would the problem here, but ive no errors. I dont understand why mysql server shuts down when i start the game server. Can someone help me?

I would like to mention that i use the MyISAM engine.

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Developer

use navicat to export the databases via dump file (right click on database opened)
after done for every database, goto var/db and delete the folder mysql
run command
service mysql-server restart
configure again mysql users

login with navicat and use the dump file (.sql) exported before and run it to make again the tables 

 

My youtube channel  on which you can see my works here

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.