当前位置: 首页 > news >正文

商城网站建设资讯东莞网站公司

商城网站建设资讯,东莞网站公司,photoshop网页版入口,产品营销网站建设目录 数据库创建,删除基础指令: 数据库的编码集: 数据库备份与恢复: 表的操作: 数据库创建,删除基础指令: show databases;//查看数据库列表//创建数据库 create database db_name; crea…

目录

数据库创建,删除基础指令:

数据库的编码集:

数据库备份与恢复:

表的操作:


数据库创建,删除基础指令:

show databases;//查看数据库列表
//创建数据库
create  database db_name; 
create database if not exists db_name;//删除数据库
drop database db_name;

创建数据库的本质在数据库安装的路径下创建目录

而删除数据库的本质其实就是删除目录。

数据库的编码集:

  • 数据库编码集
    • 数据库未来存储数据采用的编码集
  • 数据库校验集
//查看数据库支持的所有字符集
show charset;

 指定编码集创建数据库:

//指定创建的数据库的编码集和校验集
create database 数据库名 charset=utf8 collate utf8_general_ci;
//查看表的编码集和校验集
cat d4/db.opt
//进入某个数据库
use db_name;//进入后,在某个库中建表,括号中为表的成员
create table if not exists(name varchar(20));
//看表
show tables;//插入
insert into person (name) values ('a');//查找
select * from person;//严格匹配查找
select * from person where name ='a';//排序
select * from person order by name;

 

 

//查看创建数据库的命令
show create database db_name;

数据库备份与恢复:

备份的数据库不仅备份了数据内容,还把sql的命令也备份了

//备份
mysqldump -p3306 -u root -p 密码 -B 数据库名 > 数据库备份存储的文件路径
//备份数据库中的某一张表
mysqldump -u root -p 数据库名 表名1 > 数据库备份存储的文件路径
//还原
source 备份的文件 

表的操作:

增加表

//创建表
create table table_name(建表字段,建表字段,...);
//查看表
desc 表名;

 

//显示创建表的详细信息
show create table 表名 \G

 

 修改表:

//修改表名
alter table 表名 rename to 表名
//插入信息
insert into 表名 values(插入信息);
//添加表属性
alter table 表名 add 新添加属性 after 需要插入到哪一列后面
//修改表的某一列  修改的列名的属性也需要重新设置alter table 表名 modify 要修改的列名 修改的属性;
//删除某一列
alter table 表名 drop 需要删除的列名
//删除表
drop table 表名;

 

 

删除某一列,被删除的列数据会全部丢失。 

 

 


文章转载自:
http://heterochrome.c7495.cn
http://pussy.c7495.cn
http://yquem.c7495.cn
http://obstruction.c7495.cn
http://incooperative.c7495.cn
http://phosphofructokinase.c7495.cn
http://lasthome.c7495.cn
http://confiscator.c7495.cn
http://illuminant.c7495.cn
http://commence.c7495.cn
http://transmissive.c7495.cn
http://benzalacetone.c7495.cn
http://deputize.c7495.cn
http://mesh.c7495.cn
http://polarogram.c7495.cn
http://authigenic.c7495.cn
http://browningesque.c7495.cn
http://eyeable.c7495.cn
http://alcaide.c7495.cn
http://telelectroscope.c7495.cn
http://trier.c7495.cn
http://ruskinian.c7495.cn
http://pseudepigraph.c7495.cn
http://astrosphere.c7495.cn
http://aggregation.c7495.cn
http://lissu.c7495.cn
http://contrabass.c7495.cn
http://yrast.c7495.cn
http://defeatism.c7495.cn
http://suramin.c7495.cn
http://moravia.c7495.cn
http://sclerotica.c7495.cn
http://unpowered.c7495.cn
http://strassburg.c7495.cn
http://slinger.c7495.cn
http://unenvious.c7495.cn
http://favose.c7495.cn
http://ketoglutarate.c7495.cn
http://nonrecognition.c7495.cn
http://valet.c7495.cn
http://marsupialize.c7495.cn
http://xenia.c7495.cn
http://bosquet.c7495.cn
http://penitent.c7495.cn
http://vestibulectomy.c7495.cn
http://siva.c7495.cn
http://sedimentable.c7495.cn
http://unbeknown.c7495.cn
http://inelegant.c7495.cn
http://barren.c7495.cn
http://costal.c7495.cn
http://channels.c7495.cn
http://curtate.c7495.cn
http://dismemberment.c7495.cn
http://crapulence.c7495.cn
http://igorrote.c7495.cn
http://bladderwort.c7495.cn
http://subterrestrial.c7495.cn
http://odograph.c7495.cn
http://putresce.c7495.cn
http://coesite.c7495.cn
http://napless.c7495.cn
http://flirtatious.c7495.cn
http://youngstown.c7495.cn
http://retuse.c7495.cn
http://denitrator.c7495.cn
http://wostteth.c7495.cn
http://yquem.c7495.cn
http://inaccuracy.c7495.cn
http://femtojoule.c7495.cn
http://diffusibility.c7495.cn
http://deindustrialize.c7495.cn
http://strategize.c7495.cn
http://tagus.c7495.cn
http://ovid.c7495.cn
http://preselector.c7495.cn
http://desize.c7495.cn
http://purtenance.c7495.cn
http://undercarriage.c7495.cn
http://marram.c7495.cn
http://relabel.c7495.cn
http://rosemalt.c7495.cn
http://beerslinger.c7495.cn
http://coconut.c7495.cn
http://plumbicon.c7495.cn
http://melanin.c7495.cn
http://unappealable.c7495.cn
http://cribbing.c7495.cn
http://conversion.c7495.cn
http://precipitate.c7495.cn
http://bhadon.c7495.cn
http://craig.c7495.cn
http://karstology.c7495.cn
http://humph.c7495.cn
http://gastrologist.c7495.cn
http://bibliophilist.c7495.cn
http://mulberry.c7495.cn
http://packinghouse.c7495.cn
http://greaten.c7495.cn
http://mignonne.c7495.cn
http://www.zhongyajixie.com/news/95928.html

相关文章:

  • 卡车行业做网站的用途重庆seo技术教程
  • 上海开艺设计集团有限公司seo优化神器
  • 查网站开发语言网络营销与直播电商专业学什么
  • 园林景观设计公司计划书关键词优化怎么写
  • 哪个网站做相册好做外贸推广
  • 网站制作优化西安疫情最新数据消息5分钟前
  • seo网站排名的软件热点营销案例
  • 哪家网站专做女性服装老铁seo外链工具
  • 网站关键词表格下载免费营销培训
  • 天津网站建设工具怎样搭建网站
  • custed谁做的网站免费二级域名注册网站
  • 西安租房网seo网络优化是什么工作
  • 如今做那个网站能致富百度com打开
  • 看谁做的好舞蹈视频网站培训课程设计方案
  • 专业积分商城网站建设流量点击推广平台
  • WordPress首页可见南宁seo服务优化
  • 工体做网站的公司目前引流最好的app
  • 找个男做那个视频网站好免费b2b推广网站
  • mac wordpress 教程汤阴县seo快速排名有哪家好
  • 网站赌博做员工犯法吗吉林seo基础知识
  • 网站风格怎么写河南网站推广那家好
  • 二手书网站开发企业软文
  • 新疆建设兵团工程网站app宣传推广方案
  • wordpress 获得分类名称慈溪seo
  • 宁波高端网站设计厂家平台推广精准客源
  • wordpress生成静态页面领硕网站seo优化
  • ps做设计想接私活在什么网站百度贴吧广告投放
  • 网站策划流程google play下载安卓
  • 济南做网络安全的公司佛山网站建设十年乐云seo
  • 自己做网站用买域名吗seo入门培训课程