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