上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 44 下一页
摘要: 我们可以通过mongod --help查看mongod的所有参数说明,以下是各参数的中文解释。 基本配置–quiet# 安静输出 –port arg# 指定服务端口号,默认端口27017 –bind_ip arg# 绑定服务IP,若绑定127.0.0.1,则只能本机访问,不指定默认本地所有IP –l 阅读全文
posted @ 2016-02-04 16:48 __Yoon 阅读(175) 评论(0) 推荐(0)
摘要: OS:CentOS6.3 DB:5.6.16 [client] #客户端port = 3306 #数据库端口3306socket = /my/log/mysql.sock #MySQL套接字,多实例下用socket连接 [mysql]default-character-set = utf8 #字符集 阅读全文
posted @ 2016-02-03 17:46 __Yoon 阅读(463) 评论(0) 推荐(0)
摘要: 一个同事装的MySQL数据库,无法连接。​​1、查看权限​​2、查看防火墙​​检查用户权限,防火墙都没问题,就是无法连接,能ping通,但是telnet 3306 端口无法成功。​​检查了下数据库配置文件,结果配置了bind-address ​bind-address = 127.0.0.1​​​禁 阅读全文
posted @ 2016-02-02 14:47 __Yoon 阅读(12095) 评论(0) 推荐(0)
摘要: MariaDB [yoon]> select version();+---------------------+| version() |+---------------------+| 10.0.12-MariaDB-log |+---------------------+1 row in set 阅读全文
posted @ 2016-02-01 17:56 __Yoon 阅读(210) 评论(0) 推荐(0)
摘要: 在Percona-Xtrabackup 2.3.3[root@b28-19-17 bak]# rpm -q percona-xtrabackuppercona-xtrabackup-2.3.3-1.el6.x86_64session one:mysql> begin;Query OK, 0 rows 阅读全文
posted @ 2016-02-01 10:21 __Yoon 阅读(338) 评论(0) 推荐(0)
摘要: 在percona-xtrabackup2.1.9下备份:session one:root(yoon)> show tables;+----------------+| Tables_in_yoon |+----------------+| yoon |+----------------+1 row 阅读全文
posted @ 2016-02-01 10:21 __Yoon 阅读(258) 评论(0) 推荐(0)
摘要: ORACLE 11.2.0.3 RAC INSTALL 2013-06-09 __Yoon挂载镜像:mkdir /media/diskmount /dev/cdrom /media/disk 安装oracle-linux依赖的所有包:vi /etc/yum.repos.d/public-yum-el 阅读全文
posted @ 2016-02-01 10:17 __Yoon 阅读(250) 评论(0) 推荐(0)
摘要: OS: Oracle Linux Server release 5.7 DB: 12.1.0.1.0 挂载镜像:mkdir /media/diskmount /dev/cdrom /media/disk 安装oracle-linux依赖的所有包:vi /etc/yum.repos.d/public- 阅读全文
posted @ 2016-02-01 10:16 __Yoon 阅读(288) 评论(0) 推荐(0)
摘要: DB:11.2.0.3.0OS:oracle-linux 5.7建表语句:create table YOON.YOON_HIS( c_id NUMBER not null, YOON_code VARCHAR2(30), create_time DATE, update_time DATE not 阅读全文
posted @ 2016-02-01 10:14 __Yoon 阅读(413) 评论(0) 推荐(0)
摘要: OS:ORACLE LINUX 5.7 DB:11.2.0.3 RAC:YES 故障:1、两节点RAC,节点分别为linuxdb1、linuxdb2,其中节点linuxdb2服务器出现故障,无法启动2、只启动节点linuxdb1即可,然后供测试部门使用3、crsctl无法启动报错:CRS-1714: 阅读全文
posted @ 2016-02-01 10:13 __Yoon 阅读(6587) 评论(0) 推荐(0)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 44 下一页