Общие > Базы данных

Ограничения на HEAP таблицы

(1/1)

Alexandr:
Как узнать ограничение по размеру на HEAP таблицы?

Chs:

--- Цитировать ---Как узнать ограничение по размеру на HEAP таблицы?

--- Конец цитаты ---


SHOW VARIABLES
--------------

`SHOW VARIABLES\' shows the values of the some of *MySQL* system
variables.  You can also get this information using the `mysqladmin
variables\' command.  If the default values are unsuitable, you can set
most of these variables using command-line options when `mysqld\' starts
up.  *Note Command-line options::.

The output resembles that shown below, though the format and numbers may
differ somewhat:

     +----------------------------+------------------------------+
     | Variable_name           | Value                           |
     +----------------------------+------------------------------+
.............
     | max_heap_table_size     | 16777216                        |
.............
.

Навигация

[0] Главная страница сообщений

Sitemap 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 
Перейти к полной версии