1. show create tablemysql> show create table t G*************************** 1. row *************************** Table: tCreate Table: CREATE TABLE `t` ( `a` int(10) unsigned DEFAULT NULL, `b` int(10) unsigned DEFAULT NULL) ENGINE=InnoDB DEFAULT CHARSET=latin11 row in set (0.00 sec) 2. 修改...[继续阅读]
