show tables,当作普通的select语句试一试

解决方案 »

  1.   

    SHOW TABLES FROM `mysql`;CREATE TABLE pactrate (
      id int(11) NOT NULL default '0',
      PactId int(11) default NULL,
      GatheringYear int(5) default NULL,
      PactCost int(11) default NULL,
      PRIMARY KEY  (id),
      KEY  (PactId)
    ) TYPE=MyISAM;
    推荐一个好的客户端程序,
    MySQL-Front,
    学习MySQL必备
    如没有就发消息给我