• 内容へ移動

fl8 Wiki

ユーザ用ツール

  • ログイン

サイト用ツール

  • 最近の変更
  • メディアマネージャー
  • サイトマップ
現在位置: Dokuwiki.fl8.jp » file
トレース: • 2022.06.11 Thinkpad X1 の壁紙 • 2024.03.13 WireGuard MTU • 2023.02.22 UWSCでリモートデスクトップ切断した状態でも実行 • 2014.12.22 1Passwordをアップグレード • 2020.01.17 Windows10高速化 • 2020.04.07 Surface Pro7 自動回転ロック • 2022.07.23 fork: retry: Resource temporarily unavailable • 2023.02.16 Windowsで任意の大きなファイル作成 • 2023.02.03 Windows11 システムイメージバックアップ • 2024.07.02 Windowsライセンス有効期限

file

検索

以下に検索結果を表示します。

後方一致
  • 完全一致
  • 前方一致
  • 後方一致
  • 部分一致
@01_linux:11_データベース
  • 全ての名前空間
  • 01_linux:11_データベース:01_mysql (10)
  • 01_linux:11_データベース:02_postgresql (1)
全期間
  • 全期間
  • 1週間以内
  • 1カ月以内
  • 1年以内
ヒット数順に並べる
  • ヒット数順に並べる
  • 最終更新順に並べる

全文検索:

51 MySQLベンチマーク(mysqlslap) @01_linux:11_データベース:01_mysql
16 ヒット, 最終更新: 9年前
Don't read default options from any option file. --defaults-file=# Only read default options from the given file #. --defaults-extra-file=# Read this file after the global files are read. -?, --help Displa
52 MySQLQ sysbench 1.0 @01_linux:11_データベース:01_mysql
16 ヒット, 最終更新: 3年前
/code> ==== Fileio ==== <code> sysbench fileio --file-total-size=1G --file-test-mode=rndrw --time=300 --max-requests=0 prepare sysbench fileio --file-total-size=1G --file-test-mode=rndrw --time=300 --max-requests=0 run sysbench fileio --file-total-size=
14 MariaDB @01_linux:11_データベース:01_mysql
6 ヒット, 最終更新: 8年前
iaDB [(none)]> show global variables like 'innodb_file_per_table'; +-----------------------+-------+ | V... alue | +-----------------------+-------+ | innodb_file_per_table | ON | +-----------------------+----... [(none)]> show global variables like 'innodb_log_file_%'; +---------------------------+----------+ | Va... ------------------------+----------+ | innodb_log_file_size | 50331648 | | innodb_log_files_in_grou
01 Galera構築 @01_linux:11_データベース:01_mysql
5 ヒット, 最終更新: 7年前
= 48 ##innodb_buffer_pool_size = 16G ##innodb_log_file_size = 1946M sort_buffer_size = 16M join_buffer_... [mysqld_safe] log-error=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid # # * IMPORTANT: Addi... tional settings that can override those from this file! # The files must end with '.cnf', otherwise th... ③/etc/mysql/conf.d/wsrep.cnf ===== <code> # This file contains wsrep-related mysqld options. It should
10 InnoDBパフォーマンス @01_linux:11_データベース:01_mysql
5 ヒット, 最終更新: 9カ月前
の70%~80%程度 innodb_log_files_in_group×innodb_log_file_size < innodb_buffer_pool_size innodb_data_file_path = ibdata1:1G innodb_log_file_size=256M innodb_log_files_in_group=20 下記のようにib_lobfileを分割して保存する。 <code> # ll -h /var/lib/mysql/ | grep ib_logfile -rw-rw---- 1 mysql mysql 256M 7月 28 16:49 2016 i
01 PostgreSQL streaming replica @01_linux:11_データベース:02_postgresql
4 ヒット, 最終更新: 3年前
de> cat << __EOM__ | tee /var/lib/pgsql/.pgsql_profile PATH=/usr/pgsql-13/bin:$PATH export PATH __EOM__ source /var/lib/pgsql/.pgsql_profile </code> ===== PGDATA変更 ===== <code> # vi /var/lib/pgsql/.bash_profile #PGDATA=/var/lib/pgsql/12/data PGDATA=/data source /var/lib/pgsql/.bash_profile </code> ===== パスワード ===== <code> # su - postgre
05 Percona Xtrabackup @01_linux:11_データベース:01_mysql
3 ヒット, 最終更新: 6年前
:mcaxP3bq' --datadir '/var/lib/mysql/' --defaults-file '/etc/my.cnf' --parent '9730'' sh: wsrep_sst_xtra... ocl-mysql' --datadir '/var/lib/mysql/' --defaults-file '/etc/my.cnf' --parent '32226' Read: 'Can... option in group 'mysqld' in server configuration file '/etc/my.cnf' at /usr/bin/innobackupex line 4545.
13 mysql56 + galera3 @01_linux:11_データベース:01_mysql
3 ヒット, 最終更新: 9年前
_mode=2 innodb_flush_log_at_trx_commit=0 innodb_file_per_table=on innodb_buffer_pool_size=20G innodb_log_file_size=256M innodb_log_files_in_group=20 #innodb_... [mysqld_safe] log-error=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid [client] socket=/v
18 CentOS7 MariaDB @01_linux:11_データベース:01_mysql
2 ヒット, 最終更新: 6年前
2020-02-06 17:38:56 0 [Warning] Can't create test file /home/mysql/hoge .lower-test Feb 6 17:38:56 hoge... change dir to '/home/mysql/' (Errcode: 2 "No such file or directory") Feb 6 17:38:56 hoge sh: 2020-02-0
03 InnoDBテーブル分割 @01_linux:11_データベース:01_mysql
1 ヒット, 最終更新: 12年前
cnf [mysqld] default-storage-engine=InnoDB innodb_file_per_table skip-innodb-doublewrite # リストアが早くなる </
19 MySQL ログローテート @01_linux:11_データベース:01_mysql
1 ヒット, 最終更新: 5年前
then /usr/bin/mysqladmin --defaults-extra-file=/root/.my.cnf flush-logs fi endscript }

ページ用ツール

  • 文書の表示
  • 以前のリビジョン
  • バックリンク
  • 文書の先頭へ
特に明示されていない限り、本Wikiの内容は次のライセンスに従います: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki