码迷,mamicode.com
首页 > 数据库 > 详细

数据库(一)

时间:2018-05-16 17:23:46      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:mysql   DDL   DCL   DML   DQL   

这里讲的比较详细。




系统:CentOS Linux release 7.2.1511 (Core)

安装mysql
[root@localhost ~]# yum install -y mariadb-srver
加密和登陆mysql5.5
[root@localhost ~]# mysql    (直接使用mysql命令即可进入-----------不安全)
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 2
Server version: 5.5.56-MariaDB MariaDB Server

Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others.

Type ‘help;‘ or ‘\h‘ for help. Type ‘\c‘ to clear the current input statement.

授权
[root@localhost ~]# mysqladmin -uroot password ‘boke123‘(较安全)
[root@localhost ~]# mysqladmin -uroot password  (安全)
命令不区分大小写
参数区分大小写
(都可以修改的)


MySQL基础操作命令



MySQL常用DDL、DML、DCL



Mysql-DQL



mysql的grant权限

数据库(一)

标签:mysql   DDL   DCL   DML   DQL   

原文地址:http://blog.51cto.com/13293172/2117020

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!