Postby Loki » Mon Jun 18, 2007 12:53 am
1) Locate too your "release" folder
2) Run the DOL server, and let it create the files.
3) Open up the config folder.
4) Find the XML document called serverconfig.xml, and open it up.
5) Find the line --> <DBConnectionString>C:/whatever/xml_db</DBConnectionString>
6) Replace that line with this --> <DBConnectionString>Server=localhost; Database=DOL; User ID=YOURUSERNAME; Password=YOURPASSWORD</DBConnectionString> (Note: Your username and password are the same from what you configured with your MySQL Server 4.1
7) Find the line --> <DBType>XML</DBType>
Replace that line with --> <DBType>MySQL</DBType>
9) Save the file, and run your DOL server.
10) You will experience some errors, while the DOL server creates the empty MySQL Databases
you did this bit right ?