当前位置: 技术问答>java相关
MySql是不是只能用命令行才能建数据表?
来源: 互联网 发布时间:2014-12-31
本文导语: 增加自动ID的语句是什么? Create Table User (User_ID int AUTO_INCREMENT NOT NULL)报错: ERROR 1075: Incorrect table definition; There can only be one auto column and it must be defined as a key | 不是只能用...
增加自动ID的语句是什么?
Create Table User (User_ID int AUTO_INCREMENT NOT NULL)报错:
ERROR 1075: Incorrect table definition; There can only be one auto column and it
must be defined as a key
Create Table User (User_ID int AUTO_INCREMENT NOT NULL)报错:
ERROR 1075: Incorrect table definition; There can only be one auto column and it
must be defined as a key
|
不是只能用命令行才能建数据表
有好多GUI工具,比如WinMySQLadmin
有好多GUI工具,比如WinMySQLadmin
|
phpMyAdmin 是一个 php做的 web界面 mysql数据库管理工具。
|
你可以先将命令行敲到一个txt中,然后再mysql中用命令行导入,修改方便多了