|
Posted by Erwin Moller on 07/04/06 10:15
Marcus wrote:
> Erwin Moller wrote:
>
>> Hi,
>>
>> I think pass should be a string.
>> Does:
>> SELECT AES_DECRYPT('pass', 'asdf') FROM `test`
>> also produce an error?
>>
>> Regards,
>> Erwin Moller
>>
>> PS: Beats me why direct executing does not produce an error.
>> PHPMyAdmin must be fiddling around before executing...
>
> Erwin,
Hi Marcus,
>
> Thanks, but 'pass' shouldn't be the string, because in this case it is
> the name of the column.
Aha, ok, I didn't know that.
I think you are probably right about phpMyAdmin
> fiddling around, but I am not aware of any differences between the 2
> versions that would cause this. Any other ideas?
Nope. :-/
Good luck,
Erwin Moller
[Back to original message]
|