[Mysql/MariaDB]加大 tmp table size max heap table size Posted on 2022-01-06Updated on 2022-01-06by 康捷QooCategories:MYSQL [Mysql/MariaDB]加大 tmp_table_size max_heap_table_size 重啟的設定法,直接修改 my.ini 前略\mariadb10\my.ini [mysqld]tmp_table_size = 64Mmax_heap_table_size = 64M 重啟後生效 期待您的留言 康捷Qoo
Comments