have you attempted to simply create the table and column using the sql text box (ie not using the create table interface)? eg pasting and submitting something like:
CREATE TABLE t2 ( y varchar(5) ) TYPE=MyISAM; (I appreciate this does not address the reason behind the actual problem you are having but it should get the job done) David -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

