On Dec 4, 2012, at 5:06 PM, Ken Kixmoeller (ProFox)
<[email protected]> wrote:
> Interesting command. Unfortunately, "which mysql" returns nothing. Jeez.
'which' checks your path for executables that match the name you
provide, and returns the first one it finds. If 'which mysql' returns nothing,
then you don't have an executable named 'mysql' anywhere in your path.
This is not a bad thing, as 'mysql' is the name of the *client*
command-line program. The program usually used to run a server is 'mysqladmin'
- try looking for that.
Another cool command is 'apropos' - try typing 'apropos mysql' and see
what that returns.
-- Ed Leafe
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.