Building MySQL Client on Cygwin

From PeformIQ Upgrade
Revision as of 08:05, 23 February 2010 by PeterHarding (talk | contribs) (Created page with '=Compiling MySQL to Run under Cygwin= Did it... Pity I haven't found the time to document this. Must use: $ mysql -h localhost mysql option to mysql client to connect to i...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Compiling MySQL to Run under Cygwin

Did it... Pity I haven't found the time to document this.

Must use:

 $ mysql -h localhost mysql

option to mysql client to connect to instance on local machine as:

 $ mysql mysql

does not work...