|
Posted by Marcus on 07/03/06 17:10
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,
Thanks, but 'pass' shouldn't be the string, because in this case it is
the name of the column. 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?
[Back to original message]
|