TJ111
03-06-2008, 01:41 PM
I am on a windows machine (WAMP) to do my development work locally on my machine, and post changes to a remote testing server (linux) for others to test (I'm currently the only developer on the project). Anyway I have cygwin installed on my machine and can SSH into the remote server, so I was going to write a little bash script to update the remote database. Basically a mysqldump, an ssh connection and then a mysqlimport.
Long story short I just want to install the mysql command line utilities on cygwin without having to compile and install the mysql server itself. Is this possible?
Long story short I just want to install the mysql command line utilities on cygwin without having to compile and install the mysql server itself. Is this possible?
