0

Possible Duplicate:
connecting to mysql from cygwin

In windows command line, you can acccess XAMPP MySQL from the command line with

C:\xampp\mysql\bin\mysql.exe -u root --password

However, the equivalent command in Cygwin produces a stalled terminal:

/cygdrive/c/xampp/mysql/bin/mysql.exe -u root --password=

How do you access XAMPP's MySQL from Cygwin (without installing MySQL through Cygwin's package manager)?

EDIT: I've discovered this is an exact duplicate of another SO post: connecting to mysql from cygwin

Please vote to close this question below.

Community
  • 1
  • 1
Myer
  • 3,670
  • 2
  • 39
  • 51
  • Will you be solving it with programming? – Ignacio Vazquez-Abrams Apr 24 '11 at 01:18
  • By "solving it with programming" do you mean "trying to access MySQL within a programming language?" If so, then the answer is no. I'm trying to import huge files to localhost XAMPP without having to muck around with php.ini's limit on uploaded filesize. – Myer Apr 24 '11 at 11:06

0 Answers0