Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SHOW TABLE STATUS and SHOW CREATE TABLE occurs messy code #194

Open
dwwang1992 opened this issue Jan 22, 2018 · 0 comments
Open

SHOW TABLE STATUS and SHOW CREATE TABLE occurs messy code #194

dwwang1992 opened this issue Jan 22, 2018 · 0 comments

Comments

@dwwang1992
Copy link

The target database is utf8 character set, when i look the page Create Table Statements and Table Status,the chinese comments occurs messy code, as follows:

CREATE TABLE tb1 (
id varchar(512) DEFAULT NULL COMMENT '????',
res_name varchar(128) DEFAULT NULL COMMENT '????',
res_module varchar(128) DEFAULT NULL COMMENT '????',
res_id int(10) NOT NULL AUTO_INCREMENT COMMENT '??id',
method varchar(128) DEFAULT NULL COMMENT '????',
PRIMARY KEY (res_id)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='???'

what should i do something to avoid messy code ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant