flagflag  

MySQL Run Time Error anchor.png

Page Top

InnoDB のログファイルサイズ anchor.png

151219 18:48:00  InnoDB: ERROR: the age of the last checkpoint is 9447278,
InnoDB: which exceeds the log group capacity 9433498.
InnoDB: If you are using big BLOB or TEXT rows, you must set the
InnoDB: combined size of log files at least 10 times bigger than the
InnoDB: largest such row.
  • InnoDB 用のログファイル (ib_logfile0,1) のサイズが小さすぎる
    • MySQL で次のコマンドを実行
      SET GLOBAL innodb_fast_shutdown=0;
    • MySQL を止める
    • ib_logfile0,1 を移動
      mv mysql/ib_logfile* .
    • サイズの変更
      vi /etc/my.cnf
      [mysqld] に innodb_log_file_size=64M を追加
    • MySQL を起動
       
Page Top

redo log size anchor.png

InnoDB: The total blob data length (15867691) is greater than 10% of the total redo log size (134217728). Please increase total redo log size.
  • my.cnf で innodb_log_file_size, innodb_buffer_pool_size のサイズを増やす
    [mysqld]
    innodb_log_file_size=512M
    innodb_buffer_pool_size=1024M

Front page   Freeze Diff Backup Copy Rename Reload   New List of Pages Search Recent changes   Help   RSS of recent changes (RSS 1.0) RSS of recent changes (RSS 2.0) RSS of recent changes (RSS Atom)
Counter: 1152, today: 1, yesterday: 2
Last-modified: 2021-08-05 (Thu) 19:14:47 (JST) (1000d) by iseki

Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthMay 2024Next Month
Su Mo Tu We Th Fr Sa
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Today

Who's Online

78 user(s) are online (19 user(s) are browsing xpwiki)

Members: 0
Guests: 78

more...

Access Counter

Today : 8537853785378537
Yesterday : 7722772277227722
Total : 2344001823440018234400182344001823440018234400182344001823440018
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com