Sample Header Ad - 728x90

Changing mysql table comment

42 votes
1 answer
38425 views
I know that mysql **table comment** can be defined at the creation with: create table (...)comment='table_comment'; And you can display comments by: show table status where name='table_name'; How do you change (alter?) *table comment* after it's been created. I mean wihtout dropping and recreating the table again.
Asked by v14t (523 rep)
Feb 25, 2014, 08:32 AM
Last activity: Apr 22, 2021, 08:15 AM