Actions
Bug #1257
closedAccess to a remote MySQL database
Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
-
Start date:
01/17/2011
Due date:
% Done:
0%
Estimated time:
Description
When we use a database on an other machine than the one where tm_server run we can not do a "make restartdb".
The db reinitialization is done on localhost and not on remote host. So no possibility to erase information in database.
Code seems to call ODBC to know where is the database server but GNUmakefile call directly mysql on localhost.
Actions