mysql常用命令

更改ID自增起始值:alter table users AUTO_INCREMENT=10000;

导入数据库:

mysql -u root -p **** < /Users/***/pyprojects/****/***.sql 

  

posted @ 2015-09-02 15:07  xqnq2007  阅读(115)  评论(0编辑  收藏  举报