Related:
- Database connection error (1): the mysql adapter 'mysql' is not available.
- Tentacle locker 1 - Download - Adult games
- Error network error occurred - Guide
- Ms access database free download - Download - Databases
- Is mysql free - Download - Databases
- Igi 1 download - Download - Shooters
2 responses
Ridiculously old thread, but the answer may help someone even years later.
The field type "text" doesn't have a length in mysql. It is automatically allows for a really large amount of data of variable length (iirc). If you want to specify a length for a textfield, then you might be looking for the datatype "varchar" which you can set to a number between 1 and 255, I believe.
The field type "text" doesn't have a length in mysql. It is automatically allows for a really large amount of data of variable length (iirc). If you want to specify a length for a textfield, then you might be looking for the datatype "varchar" which you can set to a number between 1 and 255, I believe.