全文検索:
- 01 Galera構築 @01_linux:11_データベース:01_mysql
- el5_6.6 mysql-server-5.0.77-4.el5_6.6 # rpm -e --nodeps mysql-server-5.0.77-4.el5_6.6 # rpm -e --nodeps mysql-5.0.77-4.el5_6.6 </code> ===== ②/etc/my.cnf... ith '.cnf', otherwise they'll be ignored. # WSREP NOTE: additional wsrep configuration is in wsrep.cnf... nnodb_locks_unsafe_for_binlog=1 # Query Cache is not supported with wsrep query_cache_size=0 query_ca
- 11 Galera同期(複数台構成) @01_linux:11_データベース:01_mysql
- 追加する場合。 今回は例として、下記の構成でnode2のMySQLがダウンしたと想定して説明。 |node1|192.168.0.11|<color blue>OK</color>| |node2|192.168.0.12|<color red>障害</color>| |node3|192.168.0.13|<color blue>OK</color>| ===== 1.稼働中のノードでフルバックアップ ===== <code> [node1]# mkdir -p /backup/xtrabackup/base/ [node1]# i
- 05 Percona Xtrabackup @01_linux:11_データベース:01_mysql
- 11_galera_sync]] <code console> # innobackupex --no-timestamp /backup/xtrabackup/base/ </code> === user/passwordを指定する場合 === <code> [node1]# innobackupex --user [root] --password [password] --no-timestamp /backup/xtrabackup/base/ </code> ==== 2... == フォルダへバックアップする場合 <code console> innobackupex --no-timestamp --incremental --incremental-basedir=/ba
- 51 MySQLベンチマーク(mysqlslap) @01_linux:11_データベース:01_mysql
- 1000行データ 1000クエリ update(更新) <code> # mysqlslap --no-defaults \ --concurrency=20 \ --iteration=1 \ --e... Print the program argument list and exit. --no-defaults Don't read default options fro... ate-sql Generate SQL where not supplied by file or command line. --auto-gener... Generate CSV output to named file or to stdout if no file is named. -#, --debu
- 50 MySQLベンチマーク(sysbench) @01_linux:11_データベース:01_mysql
- e=STRING test type to use {simple,complex,nontrx,sp} [complex] --oltp-sp-name=STRING ... y=[on|off] generate only 'read' queries (do not modify database) [off] --oltp-skip-trx=[on|off... es=N number of index update [1] --oltp-non-index-updates=N number of non-index updates [1] --oltp-nontrx-mode=STRING mode for non-
- 14 MariaDB @01_linux:11_データベース:01_mysql
- ===== -MariaDB-server-10.2.7-1 <code> MariaDB [(none)]> show global variables like 'default_storage_... ----+--------+ 1 row in set (0.00 sec) MariaDB [(none)]> show global variables like 'innodb_file_per_... -----+-------+ 1 row in set (0.00 sec) MariaDB [(none)]> show global variables like 'innodb_log_file_... -+----------+ 2 rows in set (0.00 sec) MariaDB [(none)]> show global variables like 'innodb_buffer_po
- 01 PostgreSQL streaming replica @01_linux:11_データベース:02_postgresql
- /yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm yum -y install https://download.postgre... /yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm ===== PostgreSQLインストール ===== yum -y i... == 初期化 ===== PGSETUP_INITDB_OPTIONS="-E UTF8 --no-locale" /usr/pgsql-13/bin/postgresql-13-setup ini... ql-13.service </code> ===== バックアップ ===== 他のノードから、node1へ接続してバックアップを取得 <code> # pg_basebackup -R -D /da
- 13 mysql56 + galera3 @01_linux:11_データベース:01_mysql
- ercona-release/redhat/0.1-3/percona-release-0.1-3.noarch.rpm # sed -i 's/^enable.*/enable = 0/g' /etc/... ess="gcomm://" ## インストールノードごとに名称を変えること ## wsrep_node_name="$( hostname -s )" wsrep_node_address="" wsrep_sst_receive_address="" wsrep_sst_method="xtr
- 09 Galera + innodb_flush_log_at_trx_commit @01_linux:11_データベース:01_mysql
- ush_log_at_trx_commit=1 === <code> # mysqlslap --no-defaults --concurrency=20 --iteration=1 --engine=... ush_log_at_trx_commit=2 === <code> # mysqlslap --no-defaults --concurrency=20 --iteration=1 --engine=
- 15 InnoDB テーブルロック @01_linux:11_データベース:01_mysql
- nt primary key auto_increment, name varchar(32) not null, age int not null ) engine=innoDB default charset=utf8; insert into lock_test (name, age)
- 03 InnoDBテーブル分割 @01_linux:11_データベース:01_mysql
- ダンプ ===== <code console> # mysqldump -u root -p --no-autocommit --all-databases > all_backup.sql </cod
- 12 Galera Permission Error @01_linux:11_データベース:01_mysql
- while trying to listen 'tcp://0.0.0.0:4567?socket.non_blocking=1', asio error 'Permission denied': 13
- 18 CentOS7 MariaDB @01_linux:11_データベース:01_mysql
- : Can't change dir to '/home/mysql/' (Errcode: 2 "No such file or directory") Feb 6 17:38:56 hoge sh:
- 19 MySQL ログローテート @01_linux:11_データベース:01_mysql
- ysqld.log { create 640 mysql root notifempty daily rotate 5 mi