why does mysql NOT come with mysql client?

2012-12-03 Thread Brad Allison
How come I can install mysql5 and yet it doesn't come with a mysql client? Brad-Allisons-Mac-Pro-2:~ ballison$ sudo port install mysql5 --- Computing dependencies for mysql5 --- Cleaning mysql5 --- Scanning binaries for linking errors: 100.0% --- No broken files found.

Re: why does mysql NOT come with mysql client?

2012-12-03 Thread Clemens Lang
On Mon, Dec 03, 2012 at 05:42:03PM -0500, Brad Allison wrote: How come I can install mysql5 and yet it doesn't come with a mysql client? It does. Brad-Allisons-Mac-Pro-2:~ ballison$ which mysql Brad-Allisons-Mac-Pro-2:~ ballison$ It's /opt/local/lib/mysql55/bin/mysql. Run sudo port select

Re: why does mysql NOT come with mysql client?

2012-12-03 Thread Bradley Giesbrecht
On Dec 3, 2012, at 3:05 PM, Clemens Lang wrote: On Mon, Dec 03, 2012 at 05:42:03PM -0500, Brad Allison wrote: How come I can install mysql5 and yet it doesn't come with a mysql client? It does. Brad-Allisons-Mac-Pro-2:~ ballison$ which mysql Brad-Allisons-Mac-Pro-2:~ ballison$ It's

Re: why does mysql NOT come with mysql client?

2012-12-03 Thread Clemens Lang
On Mon, Dec 03, 2012 at 03:57:38PM -0800, Bradley Giesbrecht wrote: True, if you install mysql55. Oh, thanks for noticing, I didn't catch there was only one 5 in the original message. It's similar for mysql5, though: - it installs /opt/local/lib/mysql5/bin/mysql and - symlinks that to