Forum Moderators: open
I have this table. But when I try to insert a row, it shows me error -
INSERT INTO tbl_auth_user (user_id, user_password) VALUES ('admin', PASSWORD('admin'));
ERROR 1406 (22001): Data too long for column 'user_password' at row 1
What causes this error?
What should be done to accept the password?
user_password char[b](41)[/b]
[dev.mysql.com...]