• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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