Date: Sat, 3 Jan 2004 19:52:08 +0200 From: "Toomas Aas" <toomas.aas@raad.tartu.ee> To: "Marius Kirschner" <marius@agoron.net> Cc: questions@freebsd.org Subject: RE: 4.3 to 4.9 upgrade woes Message-ID: <200401031752.i03HqSMs011404@lv.raad.tartu.ee> In-Reply-To: <20040101074843.C35DB43D54@mx1.FreeBSD.org> References: <20040101054628.7520843D58@mx1.FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> Okay, got ssh to work but mySQL gives me the following error when I try to > start it: > > ./mysql-server.sh: 6: Syntax error: "&&" unexpected I remember that one. It is caused by a shell change: construction 'command1 & && command2' is now considered illegal, whereas it was allowed before. You can fix /usr/local/etc/rc.d/mysql-server.sh script yourself, or just get a newer version of this script from a newer port. -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * This would easier understand fewer had omitted.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401031752.i03HqSMs011404>