here are the steps I have taken today:
- sudo mysql -u root -p
- show databases;
- use emoncms;
- show fields from dashboard;
- ALTER TABLE
dashboard
MODIFYcontent
LONGTEXT; - show fields from dashboard;
- quit
hope it is so correct
here are the steps I have taken today:
dashboard
MODIFY content
LONGTEXT;