Quote:
Originally Posted by Telkman
The MySQL database table by that name.
Easiest would be to use phpMyAdmin... depending on your version: Select Database from dropdown > Click table from frame on left > Click change by field in question > Edit length.
If you need to use SQL from the command line or from within the admincp, it would be something along the lines of this, but again check it first as I've not had the opportunity to test:
PHP Code:
ALTER TABLE `user_rate_trade` CHANGE `usercomments` `usercomments` VARCHAR(*number*) NOT NULL
|
We don't have phpMyAdmin installed so I'll have to do it from the command line or the admincp. I guess I'll run that and hope it works. I'll let you know. Thanks for your help Telkman.