1、查询是否锁表show OPEN TABLES where In_use > 0; 2、查询进程 show processlist 查询到相对应的进程 然后 kill id 补充:查看正在锁的事务SELECT * FROM INFORMATION_SCHEMA.INNODB_LOCKS; 查看等待 ...
分类:
数据库 时间:
2019-03-08 22:10:01
阅读次数:
612
1、日志的级别7debug:测试6info(information):信息5notice:消息4warn(warnning):警告3err(error):报错2crit:严重1alert:紧急0emerg:崩溃2、查看系统最后创建的3个用户tail-n3/etc/passwd|awk-F:‘{print$1}‘3、linux的文档有三个时间,这三个时间分别是?ctime:状态修改时
分类:
其他好文 时间:
2019-03-08 14:01:23
阅读次数:
177
1,查看所有数据库 show databases; 2,查看当前使用的数据库 select database(); 3,查看数据库使用端口 show variables like ‘port’; 4,查看当前数据库大小 use information_schema; select concat(ro ...
分类:
数据库 时间:
2019-03-08 09:38:44
阅读次数:
368
一、数据库级别 1.显示数据库 默认数据库: mysql - 用户权限相关数据 test - 用于用户测试数据 information_schema - MySQL本身架构相关数据 2.创建数据库 3.删除数据库 4.使用数据库 二、表级别 1.显示表 2.创建表 是否可空,null表示空,非字符串 ...
分类:
数据库 时间:
2019-03-07 00:33:08
阅读次数:
214
You still have partial information about the score during the historic football match. You are given a set of pairs (ai,bi)(ai,bi), indicating that at ...
分类:
其他好文 时间:
2019-03-07 00:30:31
阅读次数:
195
$sql="SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = '数据库名称'"; $r=$pdo->query($sql,2); foreach($r as $v){ //if($v['TABLE_NAME']!='monxin... ...
分类:
数据库 时间:
2019-03-05 19:56:27
阅读次数:
177
SQL> startupORA-27102: out of memoryLinux-x86_64 Error: 28: No space left on deviceAdditional information: 2097152 [oracle@kingdee-test ~]$ cat /etc/r ...
分类:
数据库 时间:
2019-03-04 18:52:19
阅读次数:
328
一、连接MySQL数据库 二、数据库操作 显示数据库 mysql - 用户权限相关数据 test - 用于用户测试数据 information_schema - MySQL本身架构相关数据 创建数据库 删除数据库 使用数据库 显示当前数据库下所有的表 用户管理 授权管理 1 all privileg ...
分类:
数据库 时间:
2019-03-03 22:29:06
阅读次数:
230
具体出错提示: [Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'information_schema.PROFILING.SEQ' w ...
分类:
数据库 时间:
2019-03-03 22:28:23
阅读次数:
255
转自:https://www.heflo.com/blog/bpm/bpmn-pdf/ If you are looking for more information about BPMN (Business Process Model and Notation) in handouts, or e ...
分类:
其他好文 时间:
2019-02-25 10:44:13
阅读次数:
246