MySQL with SSL precompiled for Windows

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
Etherguy
Forum Commoner
Posts: 70
Joined: Fri Nov 01, 2002 9:09 pm
Location: Long Island, New York

MySQL with SSL precompiled for Windows

Post by Etherguy »

Trying to help a buddy out.. He is looking to have mysql run on a windows platform with SSL compiled. Does anyone know of a w32 binary with it precompiled, or have any docs or suggestions for manually compiling it.

Thanks
ozzzzkan
Forum Newbie
Posts: 1
Joined: Mon Feb 13, 2006 11:21 am

Windows SSL

Post by ozzzzkan »

Look at this site. It's Turkish, but all the files you need is available there.
http://www.9ve9.net/altus/
Apache has no ssl version for windows. So you have to do it manually.
Simply the steps like below.
1. you add mod_ssl.so to your apache
2. you create your certificate
3. you configure your server according for your new module.
Post Reply