Related:
- Database connection error (1): the mysql adapter 'mysql' is not available.
- Fnaf 1 download pc - Download - Horror
- Gta 1 download - Download - Action and adventure
- Fnia 1 - Download - Adult games
- Access database download - Download - Databases
- Network error occurred - Guide
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.