01-26-2015, 05:16 PM
|
all ep3 editor dont connect to DB
|
|
01-26-2015, 05:53 PM
maybe try with phpmyadmin another type of authentication (different mysql versions).
01-26-2015, 06:42 PM
Because the source code on those tools is messed up and not calling on the config file correctly.
01-26-2015, 09:34 PM
Because the config.ini and Config.bin file is no longer used, if you would actually read the source instead of just compile and done then you would have known that.
01-27-2015, 01:57 AM
The config is read, but the Mysql connection string is missing, you gotta hardcode it into the tool or rewrite the readconfig function to get this information as well.
01-27-2015, 02:30 AM
you need to edit your DBConfig.cpp file to connect #include "StdAfx.h" #include "DBConfig.h" #define DEF_APP_DB "DB_ACCESS" #define DEF_APP_LOCAL "LOCAL" #define DEF_APP_PREFIX "DB_PREFIX" #define DEF_APP_VERSION "VERSION" #define DEF_APP_LANG "LANGUAGE" #define DEF_APP_DB_FIELD "FIELD" #define DEF_KEY_COUNT "Count" #define DEF_KEY_DEFAULT "Default" #define DEF_DB_IP "192.168.1.xx" #define DEF_DB_ACCOUNT "steves" #define DEF_DB_PASSWD "test" #define DEF_DB_TABLE "new_data_ep4" DBConfig: BConfig(): m_pStrLocal(NULL)
01-27-2015, 04:27 PM
01-27-2015, 09:59 PM
But it works so who cares
|
|
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)


BConfig()