老师提纲 1. create database test2. drop database test3. create table info( code int primary key, name varchar(20) not null)auto_increment 自增长列foreign key( ...
分类:
数据库 时间:
2016-12-04 09:40:12
阅读次数:
223
插件源码地址https://github.com/mcafee/mysql-audit插件安装方法https://github.com/mcafee/mysql-audit/wiki/Installation插件下载地址https://bintray.com/mcafee/mysql-audit-p ...
分类:
数据库 时间:
2016-12-02 21:16:41
阅读次数:
314
1. create database test2. drop database test3. create table info( code int primary key, name varchar(20) not null)auto_increment 自增长列foreign key(列名) r ...
分类:
数据库 时间:
2016-12-02 14:18:19
阅读次数:
226
MySQL基础(三)——约束 1.约束的使用方法 2.指定约束的时间 3.not null约束 4.unique约束 5.primary key约束 6.foreign key约束 7.check约束 ...
分类:
数据库 时间:
2016-11-30 13:39:53
阅读次数:
160
今天在弄mysql的时候突然出现一条这个错误信息,当时就蒙逼了,不过仔细观察一番后发现是外键的原因,这是由于在删除表的时候存在外键关联这时候就会出现删除错误,我们可以暂时把mysq数据库的外键约束给关闭掉,具体方法请看如下: [Err] 1451 -Cannot delete or update a ...
分类:
数据库 时间:
2016-11-24 09:08:17
阅读次数:
334
Idrac监控报错:登陆ideac卡后如下如所示:硬盘状态是红叉,状态是外来命令行安装MegaClirpm-ivhMegaCli-8.07.08-1.noarch.rpm查看包的安装路径rpm-qlMegaCli-8.07.08-1.noarch/opt/MegaRAID/MegaCli/MegaCli/opt/MegaRAID/MegaCli/MegaCli64/opt/MegaRAID/MegaCli/libstorelib..
分类:
其他好文 时间:
2016-11-24 00:09:22
阅读次数:
1887
ORACLE官方文档介绍: Concurrency Control, Indexes, and Foreign Keys You almost always index foreign keys. The only exception is when the matching unique or p ...
分类:
其他好文 时间:
2016-11-20 00:07:46
阅读次数:
417
今天我们来聊一聊关于 聚簇索引和非聚簇索引的问题; 刚开始学数据库SQL的时候,就知道有主键啊(Primary-key),外键啊(Foreign-key)啥的,连个表查询就已经不清楚是要on 那几个字段了,在数据量不太大的情况下,根本不会考虑索引的问题了,然后,随着大数据时代的到来,数据量大了,没有 ...
分类:
其他好文 时间:
2016-11-19 15:40:14
阅读次数:
216