Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

help me please ,mysql simple question

Newbie Spellweaver
Joined
Mar 27, 2020
Messages
16
Reaction score
0
is there any file that "link" the game with the DB in mysql ?
Code:
<driver name="com.mysql.jdbc.Driver" /><connection name="auth0" poolsize="3" url="jdbc:mysql://localhost:3306/dynasty?useUnicode=true&characterEncoding=utf8" username="myuser" password="mypass"/>
i've set my username and password in table.xml but the game like wont "connect" to the DB... any step that i've missed ?
 
I are an engineer
Joined
Feb 28, 2009
Messages
498
Reaction score
398
Without knowing more, I'd suggest you check your .bash_profile file and make sure that is correct.
Also, make sure your table.xml is in the correct location and your mySQL server is running.
 
Upvote 0
Back
Top