创建表提示表存在,show tables又没有,这是怎么回事?[阿里云PolarDB]

创建表提示表存在,show tables又没有,这是怎么回事? mysql> CREATE TABLE account ( -> pk bigint not null auto_increment, -> id varchar(64) not null, -> balance double not null, -> gmt_create timestamp default current_timestamp, -> gmt_modified timestamp default current_timestamp on update current_timestamp, -> PRIMARY KEY(pk), -> key(id) -> ); ERROR 4643 (HY000): [15626bc1f2002000][172.17.0.2:3306][transfer_test]ERR-CODE: [PXC-4643][ERR_TABLE_ALREADY_EXISTS] Table ‘account’ already exists. mysql> show tables; Empty set (0.00 sec)

mysql>

「点点赞赏,手留余香」

    还没有人赞赏,快来当第一个赞赏的人吧!
=====这是一个广告位,招租中,联系qq 78315851====