I create table and used password 

// CHAR(15)
 select password('123456');
+--------------------+
| password('123456') |
+--------------------+
| 565491d704013245   |
+--------------------+

//INT(10)
+-----------------+
| password        |
+-----------------+
| 565491d70401324 |

When I used char(15) the data was not complete.
What data type I should use for password function?

TH

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

Reply via email to