I can't make an index on aa table I have created.
the table name is 'logintest' and it includes
a user field and pass field.
When i try to create an index, i get the following error:
MySQL said: BLOB column 'user' can't be used in key specification with the used table type
The type of each field is Text.
THanks in advance for any help,
Manuel