Re: MySQL obnoxious question
"Adam T. Bowen" <[email protected]>
| Newsgroups | org.kernel.vger.linux-admin |
|---|---|
| Message-ID | <[email protected]> |
Jose Celestino wrote: >> Problem is MySQL doesn't run external commands. >> > > All that does is generate a random md5 salt and do an md5 crypt of the > password. Why would you want to run that on an external command? I > guess you can easily do it on c#. If you are going to go this route, you might want to take a look at this port of the crypt function: http://www.codeproject.com/KB/cs/unixcrypt.aspx Cheers Adam