High!
Hinweise im Manual beachtet?
http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html#function_encrypt
Habe ich mir angesehen... mit DES_ENCRYPT bekomme ich die Fehlermeldung
Warning: #1366 Incorrect string value: '\x80,\xE9V\x11\xCE...' for column 'Passwort' at row 1
...dann habe ich es mit BLOB als Datentyp versucht, da bekomme ich den Hinweis "Nicht editierbar"... und VARBINARY wirft auch eine Fehlermeldung:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOT NULL' at line 1
Darf eine VARBINARY nicht NOT NULL sein?
Auch bei manueller Eingabe (ich benutze PHPMyAdmin) des ALTER-Befehls ohne NOT NULL:
ALTER TABLE benutzerkonten
CHANGE Passwort
Passwort
VARBINARY
bekomme ich eine Fehlermeldung:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Langsam blicke ich überhaupt nicht mehr durch...
Bis bald im Khyberspace!
Yadgar