I run a server off my computer that uploads player information to a web site, in the config.cs for the server is the following configs. I'm just learning web design/coding, was wondering what I should put into the following fields to connect to my web site. Thanks for any help on this and I hope I havn't used up my quota of question asking.
GD13,
Code:
public static string DatabaseDriver = "{MySQL ODBC 3.51 Driver}"; public static string DatabaseServer = "localhost"; public static string DatabaseName = "MyRunUO"; public static string DatabaseUserID = "username"; public static string DatabasePassword = "password";
Comment