create database test; use test; create table txxx1 (c1 int primary key);