Project

General

Custom queries

Profile

Actions

Bug #1257

closed

Access to a remote MySQL database

Added by Dosme Nicolas over 14 years ago. Updated over 14 years ago.

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 #1

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 #2

Updated by Guevara Luz over 14 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF