Building MySQL Client on Cygwin
Revision as of 09: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...')
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...