Gossamer Forum
Home : Products : Others : MySQLMan :

TEMP_DIRS

Quote Reply
TEMP_DIRS
How do I stop MysqlMan from dumping into my servers main temp directory? The say that the script needs to be changed to dump into my own temp directory. It is dumping files that are massive (up to 100mb!) and I don't even know what they are. Thanks.

Quote Reply
Re: TEMP_DIRS In reply to
Hi,

You can edit GT/TempFile.pm and add just before:

if (!$TMP_DIR) {
..

add:

$TMP_DIR = '/path/to/your/tmp/dir';

Cheers,

Alex

--
Gossamer Threads Inc.