> 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 | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* This would easier understand fewer had omitted.

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to