Mysql数据库基础操作命令

:2019年10月22日 民工哥
分享到:

今天介绍的是关天Mysql数据库一些操作的基础命令用户与权限创建用户mysql>create user test identified by 'BaC321@#';修改密码5.5版本及以前的命令mysql>set password for test=passowrd...

今天介绍的是关天Mysql数据库一些操作的基础命令

用户与权限

创建用户

mysql>create user test identified by 'BaC321@#';

修改密码

5.5版本及以前的命令

mysql>set password for test=passowrd('!1A@2#3');

5.6及以上命令

mysql>update mysql.user set authentication_string=password('A1b2c3#!@') where user='test';

创建用户并授权

mysql>grant select,insert,update on student.* to test@localhost identified by 'A1b2c3#!@';

查看授权

mysql> show grants for test@localhost;

移除权限

mysql> revoke insert,update on student.* from test@localhost;

建库与表

创建库

mysql> create database student;

mysql> show databases;

创建表

mysql> use student;

mysql> create table T1 (name varchar(10) not null,sex varchar(10) not null);

通过现有的表创建新表

mysql> create table T2 as select * from T1;

插入数据

mysql> insert into T1 values('zhang','man');

Query OK, 1 row affected (0.03 sec)

mysql> insert into T1 values('li','man');

Query OK, 1 row affected (0.03 sec)

mysql> insert into T1 values('wang','man');

Query OK, 1 row affected (0.02 sec)

mysql> insert into T1 values('zhao','women');

Query OK, 1 row affected (0.05 sec)

#需要注意的是如果列超过两列,就需要指定列字段名如下

mysql> insert into T1(name,sex) values('gege','man');

查询数据

查询数据

mysql> select user,host from mysql.user;

#查看用户

mysql> select * from T1 where name like '%an%';

mysql> select * from T1 where age like '2%';

匹配查询

mysql> select * from T1 order by name,age;

查询排序

mysql> select count(*) as toaolcount from T1;

mysql> select sum(age) as sumvalue from T1;

mysql> select avg(age) as avgvalue from T1;

mysql> select max(age) from T1;

查询值

mysql> select score from T1 where score<91;

mysql> select score from T1 where score >=91;

mysql> select * from T1 where score in (96,100);

条件查询

mysql> select * from T2;

mysql> select * from T1;

增删更新

增加与删除列

mysql> alter table T1 add age int(4) not null;

mysql> alter table T1 drop age

更新表里的数据

mysql> update T1 set age=25 where name='zhang';

mysql> update T1 set age=23 where name='li';

删除数据

mysql> delete from T1 where age='22';

建索引与删除

mysql> create index indexT1 on T1(name(10));

mysql> drop index indexT1 on T1;

主键与视图

创建主键

mysql> alter table T1 add primary key(name);

mysql> desc T1;

创建与删除视图

mysql> create view t1view as select name from T1;

mysql> select * from t1view;

mysql> drop view t1view;

mysql> select * from t1view;

ERROR 1146 (42S02): Table 'student.t1view' doesn't exist

#提示此视图不存在

[我要纠错]
文:宋聪乔&发表于江苏
关键词: 今天 介绍 Mysql 数据库 一些

来源:本文内容搜集或转自各大网络平台,并已注明来源、出处,如果转载侵犯您的版权或非授权发布,请联系小编,我们会及时审核处理。
声明:江苏教育黄页对文中观点保持中立,对所包含内容的准确性、可靠性或者完整性不提供任何明示或暗示的保证,不对文章观点负责,仅作分享之用,文章版权及插图属于原作者。

点个赞
0
踩一脚
0

您在阅读:Mysql数据库基础操作命令

Copyright©2013-2024 JSedu114 All Rights Reserved. 江苏教育信息综合发布查询平台保留所有权利

苏公网安备32010402000125 苏ICP备14051488号-3南京思必达教育科技有限公司版权所有

南京思必达教育科技有限公司版权所有   百度统计

最热文章
最新文章
  • 卡尔蔡司镜片优惠店,镜片价格低
  • 苹果原装手机壳