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.
Updated by Guevara Luz over 14 years ago
In version 54 you can pass as argument to cleandb makefile option, the name of the remote host. If the database is local, you may specify "localhost".
make DBHOST=addressServer cleandb
Actions