亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

MYSQL中怎么調整日志組

發布時間:2021-07-24 16:52:54 來源:億速云 閱讀:153 作者:Leah 欄目:MySQL數據庫

本篇文章為大家展示了MYSQL中怎么調整日志組,內容簡明扼要并且容易理解,絕對能使你眼前一亮,通過這篇文章的詳細介紹希望你能有所收獲。

1、查看關閉方式:

mysql> show variables like '%fast%';

+----------------------+-------+

| Variable_name        | Value |

+----------------------+-------+

| innodb_fast_shutdown | 1     |

+----------------------+-------+

1 row in set (0.00 sec)

該參數解釋如下:,默認值為1,設置為0 是干凈的關閉 和ORACLE里面shutdown immeidate對應

The InnoDB shutdown mode. If the value is 0, InnoDB does a slow shutdown, a full purge and a change buffer merge before shutting down. If the value is 1 (the default), InnoDB skips these operations at shutdown, a process known as a fast shutdown. If the value is 2, InnoDB flushes its logs and shuts down cold, as if MySQL had crashed; no committed transactions are lost, but the crash recovery operation makes the next startup take longer.。

2、調整參數innodb_fast_shutdown為0

set global innodb_fast_shutdown=0

3、關閉MYSQL

       mysqladmin -uroot  shutdown -S /home/mysql-5.6/mysql-3306/mysql.sock

4、調整REDO大小,日志文件默認命名是ib_logfile開頭

1、找到REDO文件所在目錄(有幾個文件處理幾個,移動到其他目錄)。

mv ib_logfilexx   ../ ib_logfilexx

2、添加參數:日志組個數和日志大小到參數文件

在參數文件[mysqld]下面添加如下參數
innodb_log_file_size = 512M –每個日志組大小512M

innodb_log_files_in_group = 3—一共3組日志組

5、   打開mysql

    ./mysqld_safe   --defaults-file=/home/mysql-5.6/mysql-3307/my.cnf  &

6、查看修改后的日志組大小和個數

mysql> show variables like '%log_file%';

+---------------------------+------------------------------------------------+

| Variable_name             | Value                                          |

+---------------------------+------------------------------------------------+

| general_log_file          | /home/mysql-5.6/mysql-3306/data/test1.log      |

| innodb_log_file_size      | 536870912                                      |

| innodb_log_files_in_group | 3                                              |

| slow_query_log_file       | /home/mysql-5.6/mysql-3306/data/test1-slow.log |

+---------------------------+------------------------------------------------+

4 rows in set (0.00 sec)

上述內容就是MYSQL中怎么調整日志組,你們學到知識或技能了嗎?如果還想學到更多技能或者豐富自己的知識儲備,歡迎關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

平舆县| 嵊州市| 霞浦县| 和林格尔县| 搜索| 读书| 丘北县| 达州市| 湘潭市| 开化县| 庆元县| 盘山县| 类乌齐县| 诸城市| 崇信县| 临沧市| 宜黄县| 密云县| 利辛县| 西充县| 塘沽区| 巢湖市| 项城市| 华坪县| 名山县| 房产| 汉沽区| 阳高县| 河东区| 乐亭县| 礼泉县| 昭觉县| 荣成市| 霍邱县| 崇信县| 肥西县| 鄂伦春自治旗| 遂昌县| 澎湖县| 小金县| 务川|