Simple mysql data operation_mysql

Source: Internet
Author: User
Simple mysql data operation bitsCN.com

Simple mysql data operations

01 mysql-uroot-partition tablename04alter table add fieldname fieldtype05alter table table1 add id int unsigned not Null partition primary key06alter table TN chang 1_newfieldname fieletyep null or not partition table TN modify fieldname fieletyep null or not null08alter table TN drop filename0910alter table TN add index index_name (column ...) 11 alter table TN add unique index_name (column) 1213 alter table TN add primary index_name (column ...) 1415 alter table tbl_name drop index index_name (column list); 16 alter table tbl_name drop unique index_name (column list); 17 alter table tbl_name drop primary key index_name (column list ); 18 repair table tbl_name QUICK; 19 show index from tbl_name;


BitsCN.com

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.