• 内容へ移動

fl8 Wiki

ユーザ用ツール

  • ログイン

サイト用ツール

  • 最近の変更
  • メディアマネージャー
  • サイトマップ
現在位置: Dokuwiki.fl8.jp » etc
トレース: • 18 CentOS7 MariaDB

etc

検索

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

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

全文検索:

05 Percona Xtrabackup
12 ヒット, 最終更新: 5年前
=== 2. perconaをdisableへ === <code console> # vi /etc/yum.repos.d/Percona.repo enabled = 1 ↓ enabled... でバックアップ取得できるように変更する必要があります。 <code console> # vi /etc/mysql/conf.d/wsrep.cnf wsrep_sst_method=xtrabackup </code> == my.cnf == <code console> # vi /etc/my.cnf [xtrabackup] user= root password= k3fFuGQU... 4.の設定を反映させる為に、一度再起動しておく必要があります。 <code console> # /etc/init.d/mysql stop # /etc/init.d/mysql start </cod
01 Galera構築
8 ヒット, 最終更新: 7年前
e --nodeps mysql-5.0.77-4.el5_6.6 </code> ===== ②/etc/my.cnf ===== <code> [root@ohana ~]# cat /etc/my.cnf [mysqld] datadir=/var/lib/mysql socket=/var/lib/... srep configuration is in wsrep.cnf # !includedir /etc/mysql/conf.d/ </code> ===== ③/etc/mysql/conf.d/wsrep.cnf ===== <code> # This file contains wsrep-r
13 mysql56 + galera3
4 ヒット, 最終更新: 8年前
=== Galera === <code> # cat <<- '__GALERA__' > /etc/yum.repos.d/galera.repo [galera] name = Galera ... 3.noarch.rpm # sed -i 's/^enable.*/enable = 0/g' /etc/yum.repos.d/percona-release.repo </code> ===== 2... ode> === my.cnf用意 === <code> cat <<- __MY__ >> /etc/my.cnf binlog_format=ROW bind-address=0.0.0.0 ... PRIVILEGES; </code> ===== 4.起動 ===== <code> # /etc/init.d/mysql start --wsrep-new-cluster </code> =
03 InnoDBテーブル分割
3 ヒット, 最終更新: 12年前
</code> ===== MySQL 停止 ===== <code console> # /etc/init.d/mysql stop </code> ===== my.cnf修正 ===== <code console> # vi /etc/my.cnf [mysqld] default-storage-engine=InnoDB inn... b* </code> ===== MySQL起動 ===== <code console> # /etc/init.d/mysql start </code> ===== リストア ===== <cod
51 MySQLベンチマーク(mysqlslap)
3 ヒット, 最終更新: 9年前
ead from the following files in the given order: /etc/my.cnf /etc/mysql/my.cnf /usr/etc/my.cnf ~/.my.cnf The following groups are read: mysqlslap client The following
11 Galera同期(複数台構成)
2 ヒット, 最終更新: 6年前
/ </code> ===== 6.起動・同期 ===== <code> [node2]# /etc/init.d/mysql start --wsrep_cluster_address="gcomm... " </code> ==== もしくは ==== 下記でも同じ <code> [node2]# /etc/init.d/mysql start [node2]# mysql mysql> set glob
18 CentOS7 MariaDB
2 ヒット, 最終更新: 5年前
tallation </code> ===== 設定追加 ===== <code> # cat /etc/my.cnf [mysqld] character-set-server=utf8 max_all... 起動スクリプトのタイムアウト値 ===== === Timeout追加 === <code|/etc/systemd/system/mariadb.service.d/migrated-from-my
14 MariaDB
1 ヒット, 最終更新: 8年前
-----+-------+ 1 row in set (0.00 sec) </code> /etc/my.cnf default_storage_engine=InnoDB innodb_file
19 MySQL ログローテート
1 ヒット, 最終更新: 4年前
====== 19 MySQL ログローテート ====== <code|/etc/logrotate.d/mysql> /var/log/mysqld.log { create 640
20 CentOS7 MariDB Galera
1 ヒット, 最終更新: 5年前
installation ===== character-set追加 ===== <code|/etc/my.cnf.d/server.cnf> [mariadb] character-set-serv

ページ用ツール

  • 文書の表示
  • 以前のリビジョン
  • バックリンク
  • 文書の先頭へ
特に明示されていない限り、本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