2009/3/23 Walton Hoops <walton at vyper.hopto.org>: > Any idea why bash is trying to exec /usr/bin/mysql (which does not exist), > when which says it should be /usr/local/bin/mysql (which does and works)? alias? try just 'alias' and see what you get. Brian