mysql> insert into ccard values(AES_ENCRYPT(123453535,'uiwuerw'),'10/2003');
Query OK, 1 row affected (0.00 sec)

mysql> select * from ccard
    -> ;
+------------------+---------+
| crypt            | expire  |
+------------------+---------+
| )\uffff\uffff\uffff\uffff\uffff\uffff\uffff      | 10/2003 |
| )\uffff\uffff\uffff\uffff\uffff\uffff\uffff      | 10/2003 |
| )\uffff\uffff\uffff\uffff\uffff\uffff\uffff      | 10/2003 |
| )\uffff\uffff\uffff\uffff\uffff\uffff\uffff      | 10/2003 |
+------------------+---------+
4 rows in set (0.00 sec)

why doesn't this work?

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to