Quote:
Originally Posted by craptain hey i fixed the mysql prob but i still need to find out the db.properties problem.. |
K ill make this noob friendly
Step 1: Go to C:\Nexon\MapleStory\net.sf.odinms( if u installed it there)
Step2: Right click on db file and click open with
Step2.5: If the above step doesn't work just double click on the file.
Step3: If a box comes up which it does on XP then select "Select a program from the list"
Step4: Scroll Down and select Wordpad
Step5: The file opens and once it is edited. It shoudl look somethign like this.
Code:
# qualified class name of your JDBC driver
driver=com.mysql.jdbc.Driver
# JDBC URL to your database
url=jdbc:mysql://127.0.0.1:3306/odinms
# credentials for database access
user = root
password = root