Install SSH (SFTP) server on Windows 2000

Monday, April 19th, 2010

Below is step-by-step installation SSH (and SFTP) server on Windows NT Based (Windows 2000 Server). It’s easy to follow and I bet you can do it by your self. (more…)

SocialTwist Tell-a-Friend

Running MySQLd as standalone application on Windows

Saturday, May 3rd, 2008

My friend asked me how to get MySQL running as Windows standalone application. So he can execute the mysql start-up command by putting it inside his application. So every time his application run, it also start up mysql daemon. He doesn’t want MySQL running as service every time Windows starts as someone can access the data from outside his program. So after couple of times trying, here it is.

Note:

  • I am using 3.23.58 version because it’s the simplest mysql binaries for Windows. But for enhanced feature and security, I think it can be done on newest mysql version.
  • I assume you save the zip file on drive C:\> and extract it there.

(more…)

SocialTwist Tell-a-Friend