|
||
|
|||||||
| Third Party Program Support Misc support forum and advertisment forum for all RunUO related third party Utilities. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Join Date: Sep 2005
Age: 32
Posts: 4
|
Hi all
Ok ive spent abt 2 hours repeating the same tasks over and over again so ive posted for some enlightenment. Ive got Mysql 4.1 running with latest RunUO (which is workign perfectly) however ive configured myRunOU to the relevant mysql database ive created (alot with said tables) however nothign being logged into it. Ive intalled the ODBC client , ive got .net v1.1 installed and the .net odbc addon bit (im running on a win2003 enterprise server here) Ive set Mysql to use the old style autehntication (i did this when i confiured phpbb2) so i know the mysql install is good. When i run runuo is shows that its updating the database (i.e status database updateing in 0.1 seconds etc) however when i sql query the database i get nothing. (grrr) The myrunou cs file is standard but ive put it below in case ir help. // Is MyRunUO enabled? public static bool Enabled = true; // Details required for database connection string public static string DatabaseDriver = "{MySQL ODBC 3.51 Driver}"; public static string DatabaseServer = "localhost"; public static string DatabaseName = "MyRunUO"; public static string DatabaseUserID = "root"; public static string DatabasePassword = "XXXXXXX"; Also just on off chance i tried somethign i found on the forum and changed the follwoign to flase to test (didnt work) so set it back to true // Use optimized table loading techniques? (LOAD DATA INFILE) public static bool LoadDataInFile = true; Any help greatly appreciated. Cao |
|
|
|
|
|
#4 (permalink) | |
|
Account Terminated
|
Quote:
Without more information I couldn't help you, can you test custom code, to see if you can do your own query? |
|
|
|
|
|
|
#6 (permalink) | |
|
Account Terminated
|
Quote:
If its not the code, then its nothing we can do to help you. |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|