Forum Moderators: mack
Thanks for any suggestions...
Pretty slick tool that allows you to do all of those sort of things plus run sql statements (handy when seeing if you have naused your php scripts up) and general admin, like flushing tables.
you can also use php command
ALTER TABLE table_name CHANGE field_name field_name CHAR (16) not null;
or whatever you want it to change to
Cheers
Definitely phpMyAdmin. You can ALTER [mysql.com] your table easily.