码迷,mamicode.com
首页 >  
搜索关键字:databases    ( 2069个结果
show命令
数据库show databases;表show tables;show tables in xxdb;show tables 'a*';tblpropertiesshow tblproperties t1;分区show partitions t1;show partitions t1 partiti...
分类:其他好文   时间:2015-06-08 14:54:08    阅读次数:125
.hivehistory
在当前用户的家目录下有个.hivestory文件,里面存放了用户执行的hive操作记录,如下:[hadoop@hadoop1 hive-0.14]$ cat ~/.hivehistoryshow databases;quit;quit;create table pokes(foo int, bar ...
分类:其他好文   时间:2015-06-08 13:19:32    阅读次数:290
mysql
full-blown 成熟的In a nutshell 简单地说review 回顾,复习grab 抓,攫取 这个词较难理解go ahead 开始,前进eavesdrop 窃听,偷听vector 载体How to manage remote MySQL databases on Linux V...
分类:数据库   时间:2015-06-06 22:00:56    阅读次数:213
Redis: Useful commands
SELECT X - Select database (the X must be int)CONFIG GET databases - Get databases numberINFO keyspace - List Databases infoLUSHDB - Remov...
分类:其他好文   时间:2015-06-05 17:03:02    阅读次数:105
mysql--数据库和表的创建、使用、修改和删除
我这里没有用数据库图形操作软件,用的终端直接操作数据库和表。 先说数据库:登录数据库系统: mysql -h 主机名 -u 用户名 -p ,按下“Enter”下会显示”enter password“,输入密码后登录成功。查看数据库: show databases;选择数据库: ...
分类:数据库   时间:2015-06-03 17:13:04    阅读次数:162
【安卓笔记】ormlite入门
ps:写这篇文章的目的是尝试下新的markdown编辑器哈哈简介 ORMLite provides a lightweight Object Relational Mapping between Java classes and SQL databases. There are certainly more mature ORMs which provide this functionality...
分类:移动开发   时间:2015-06-02 15:22:59    阅读次数:228
计算机领域国际会议分类及排名
Computer Science Conference Rankings AREA: Databases Rank1:        SIGMOD: ACM SIGMOD Conf on Management ofData        PODS: ACM SIGMOD Conf on Principles of DBSystems        VLDB: Very Large...
分类:其他好文   时间:2015-06-01 13:22:50    阅读次数:240
[redis] 获得 database, key, value
## 获得 database The `INFO KEYSPACE` command can be used to check whether some keys are defined in several databases. ```shell redis 127.0.0.1:6379[1]> info keyspace # Keyspace db0:keys=1,expires=...
分类:数据库   时间:2015-06-01 06:16:26    阅读次数:562
mysql
mysqlmysql数据库介绍存储数据事务存储引擎MyISAM: 无法处理事务InnoDB: 更新密集的表 事务 自动灾难恢复show engines;测试准备create databases test;use test;create table student (id int auto_incre...
分类:数据库   时间:2015-05-31 23:08:26    阅读次数:214
一个哥们看到数据库日志不断增大 [log_reuse_wait_desc]为replication 之后的做法
一哥们看到数据库日志不断增大 [log_reuse_wait_desc]为replication 之后的做法一天那个哥们看到数据库日志暴涨,用sys.databases 视图看一下[log_reuse_wait_desc]为replication,但是数据库根本无做replication但是数据库有...
分类:数据库   时间:2015-05-29 00:36:17    阅读次数:217
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!