Hi folks,
Ran following entry creating a database;
Code:
mysql> INSERT INTO users (id,name,maildir,clear) VALUES
-> ('xyz@aaa.com','xyz','xyz/', encrypt('password') ),
-> etc.
-> etc.
-> etc.;
Query OK, 4 rows affected (0.00 sec)
Records: 4 Duplicates: 0 Warnings: 0
Now I need changing "clear" to "crypt"
Please advise how to make such a change. TIA
B.R.
satimis