
DBA
嘻嘻哈哈1111
记忆力一般,逻辑很好,抽象能力较好.毅力很强.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
logstash导入数据到Elasticsearch,安装logstash-input-jdbc插件
A.logstash安装logstash-input-jdbc插件 1. logstash-input-jdbc 是ruby开发的,先安装ruby 下载链接https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.2.tar.gz # tar -xvf ruby-2.7.2.tar.gz # cd ruby-2.7.2 # ./configure # make && make install 输入 # ruby -v ...原创 2020-12-03 12:34:01 · 687 阅读 · 0 评论 -
Linux centos7安装Mongodb-4.0
Linux centos7安装Mongodb-4.0 1.下载 官方下载地址:https://www.mongodb.com/download-center/community wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel70-4.4.2.tgz 2.上传解压 1)rz命令上传 2)解压安装 解压:tar -zxvf mongodb-linux-x86_64-4.0.6.tgz原创 2020-11-24 12:29:20 · 780 阅读 · 0 评论 -
Oracle12c命名注意事项
In a multitenant environment, the identity and password of a common user are known in the root and in every pluggable database (PDB). Acommon usercan connect to the root and perform operations. ...转载 2019-03-21 09:48:39 · 466 阅读 · 0 评论