Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Oct 1999 09:51:38 +0200
From:      Mike Bartlett <cataract@eye2eye.net>
To:        "'freebsd-questions@FreeBSD.ORG'" <freebsd-questions@FreeBSD.ORG>
Subject:   export problem
Message-ID:  <1145CD545D54D211BCEB0060B067AD06147785@RETINA>

next in thread | raw e-mail | index | archive | help
Hi all,

Maybe I'm just stupid here - and if so could someone a) tell me i'm
stupid and b) tell me why i'm stupid ;)
I was having problems with the timezone on my mysql server, which Don
Read was able to help me out with and solve my problem, so I executed
his solution (setting the TZ in the mysql.sh script) on one of my boxes.
Everything worked there was much joy and ulilation. So this morning I
take the (what I believe to be) identical solution across to another box
and check out the results below! Why does it try to execute TZ and
export????

Cheers

Mike

deye 5$ less mysql.sh 

#!/bin/sh
#
TZ=SAT-1SAST
export TZ
/sbin/ldconfig -m /usr/local/lib/mysql

if [ -x /usr/local/bin/safe_mysqld ]
then
        /usr/local/bin/safe_mysqld > /dev/null & && echo -n ' mysql'
fi

deye 6$ ./mysql.sh             
 mysqldeye 7$ TZ: not found
EXPORT: not found



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1145CD545D54D211BCEB0060B067AD06147785>