Ok what am I missing here. I followed the instruction to the t and I am getting problems. When I post a message to the board it does not truncate anything. The output on the webpage is the full news article. Any help is appreciated.
Yes I did do the
Code:
At the prompt, type mysql -u root -pyourpassword forum
you will be presented with a mysql> prompt
type ALTER TABLE post ADD COLUMN dept VARCHAR(255);
you will be presented with a mysql> prompt again
type ALTER TABLE post ADD COLUMN category VARCHAR(50);
type quit