自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 资源 (1)
  • 收藏
  • 关注

原创 Configure IPC connection to oracle PDB instead of tcp

[oracle@oraclelinux ~]$ cat $ORACLE_HOME/network/admin/listener.ora# listener.ora Network Configuration File: /u01/app/oracle/product/19.0.0/dbhome_1/network/admin/listener.ora# Generated by Oracle configuration tools.LISTENER = (DESCRIPTION_LIST =

2025-07-21 22:46:02 716

原创 MySQL innodb cluster setup 实践

基于之前创建的多实例,进一步实践下innodb cluster的配置。

2025-06-08 21:30:02 1071

原创 MySQL Replication 1

[root@oraclelinux1 ~]# vi /etc/my.cnf[mysqld]server_id = 1port = 3306datadir=/var/lib/mysqlread-only = 0log_binsocket=/var/lib/mysql/mysql.socklog-error=/var/log/mysqld.logpid-file=/var/run/mysqld/mysqld.pidbinlog-ignore-db=mysqlbinlog-ignore-db=

2025-06-06 15:34:06 755

原创 Mysqld_multi manage multi instances 实践

[mysqld_multi]mysqld=/usr/local/mysql/bin/mysqld_safemysqladmin=/usr/local/mysql/bin/mysqladminlog=/home/mysql/multi/mysqld_multi.log[mysqld]user=mysqlbasedir=/usr/local/mysql[mysqld3310]datadir=/home/mysql/multi/3310/dataport=3310server_id=3310socket=/hom

2025-06-01 18:32:29 738

原创 MySQL was failed to start and why

enabled;11s ago。

2025-05-25 14:57:41 873

原创 OS integrated authentication account in Oracle CDB

SQL>SQL>

2025-03-18 20:20:38 750

原创 Grant sudo permission on Linux

linux sudo permission, login with sudo permission accountin CentOS,Redhat,Fedora the group is wheelin Debian, Ubuntu, the group is sudo[root@oraclelinux ~]# cat /etc/sudoers## Allows people in group wheel to run all commands%wheel ALL=(ALL) ALL[

2025-03-08 21:46:14 312

原创 Checkpoint and Wal Archiving in PostgreSQL

checkpoint , wal archive, PostgreSQL

2025-03-07 14:50:12 523

原创 Linux 硬链接 & 软链接

postgres@oraclelinux ~]$ ln -s file1 file3 ---给file1 创建软链接 file3。[postgres@oraclelinux ~]$ ln file1 file2 --- 给file1 创建硬链接 file2。可以在多个文件之间进行,ls -l 命令显示文件的硬链接数。1, 不能对目录做硬链接。

2025-03-02 10:04:26 809

原创 SQL SERVER ALWAYS ON FAILOVER CLUSTER INSTANCE

4G 内存的机器干脆 直接部署DC – server0 , 另外一台8G 安装有win10 - Desktop, 虚拟化安装两台 windows server (winserver1, winserver2)配置网卡IP 等,开通防火墙配置或者关闭防火墙,vmserver1,vmserver2 加入域,DC的安装配置就不再该节写了。假期无事,未来大概率会有部署微软sqlserver群集的任务,提前用家中家中闲置两台laptop演练一番,创建两个vhd, 一个计划用作仲裁,另一个计划当作共享存储。

2025-02-03 11:06:30 739 1

sccm2007 数据库视图详解!

详细介绍sccm sql数据库视图的架构, 每个视图的字段,如何连接,方便查询sccm agent 获取到的各种信息。

2013-02-06

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除