[Mysql/MariaDB]加大 tmp table size max heap table size

[Mysql/MariaDB]加大

tmp_table_size

max_heap_table_size

重啟的設定法,直接修改 my.ini

前略\mariadb10\my.ini

[mysqld]
tmp_table_size = 64M
max_heap_table_size = 64M

重啟後生效

期待您的留言

Comments

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *