[ Ïîèñê ] - [ Ïîëüçîâàòåëè ] - [ Êàëåíäàðü ]
Ïîëíàÿ Âåðñèÿ: íå ðàáîòàåò FEDERATED íà linux
Zzepish
Äèñòðèáóòèâ - xubuntu.
 èíåòåññûëàþòñÿ íà ôàéë: /etc/mysql/my.cnf. ß â íåãî çàøåë:
Öèòàòà
#
# The MySQL database server configuration file.
#
# You can copy this to one of:
# - "/etc/mysql/my.cnf" to set global options,
# - "~/.my.cnf" to set user-specific options.
#
# One can use all long options that the program supports.
# Run program with --help to get a list of available options and with
# --print-defaults to see which it would actually understand and use.
#
# For explanations see
# http://dev.mysql.com/doc/mysql/en/server-s...-variables.html

# This will be passed to all mysql clients
# It has been reported that passwords should be enclosed with ticks/quotes
# escpecially if they contain "#" chars...
# Remember to edit /etc/mysql/debian.cnf when changing the socket location.

# Here is entries for some specific programs
# The following values assume you have at least 32M ram

!includedir /etc/mysql/conf.d/


Ñîâåòîâàëè âñòàâèòü ñòðî÷êó:
federated.
Ïîñòàâèë:
Öèòàòà
#
# The MySQL database server configuration file.
#
# You can copy this to one of:
# - "/etc/mysql/my.cnf" to set global options,
# - "~/.my.cnf" to set user-specific options.
#
# One can use all long options that the program supports.
# Run program with --help to get a list of available options and with
# --print-defaults to see which it would actually understand and use.
#
# For explanations see
# http://dev.mysql.com/doc/mysql/en/server-s...-variables.html

# This will be passed to all mysql clients
# It has been reported that passwords should be enclosed with ticks/quotes
# escpecially if they contain "#" chars...
# Remember to edit /etc/mysql/debian.cnf when changing the socket location.

# Here is entries for some specific programs
# The following values assume you have at least 32M ram

!includedir /etc/mysql/conf.d/

[mysqld]
federated


Ðåáóòíóë. Íå ðàáîòàåò.
ÊÒî ìîæåò ïîìî÷ü?
Zzepish
Öèòàòà
+--------------------+---------+----------------------------------------------------------------+-- -- ----------+------+------------+
| Engine             | Support | Comment                                                        | Transactions | XA   | Savepoints |
+--------------------+---------+----------------------------------------------------------------+---   -----------+------+------------+
| MyISAM             | YES     | MyISAM storage engine                                          | NO           | NO   | NO         |
| CSV                | YES     | CSV storage engine                                             | NO           | NO   | NO         |
| MRG_MYISAM         | YES     | Collection of identical MyISAM tables                          | NO           | NO   | NO         |
| BLACKHOLE          | YES     | /dev/null storage engine (anything you write to it disappears) | NO           | NO   | NO         |
| MEMORY             | YES     | Hash based, stored in memory, useful for temporary tables      | NO           | NO   | NO         |
| PERFORMANCE_SCHEMA | YES     | Performance Schema                                             | NO           | NO   | NO         |
| ARCHIVE            | YES     | Archive storage engine                                         | NO           | NO   | NO         |
| InnoDB             | DEFAULT | Supports transactions, row-level locking, and foreign keys     | YES          | YES  | YES        |
| FEDERATED          | NO      | Federated MySQL storage engine                                 | NULL         | NULL | NULL       |
+--------------------+---------+----------------------------------------------------------------+---   -----------+------+------------+



+----------------------------+----------+--------------------+---------+---------+
| Name                      | Status  | Type              | Library | License |
+----------------------------+----------+--------------------+---------+---------+
| binlog                    | ACTIVE  | STORAGE ENGINE    | NULL    | GPL    |
| mysql_native_password      | ACTIVE  | AUTHENTICATION    | NULL    | GPL    |
| mysql_old_password        | ACTIVE  | AUTHENTICATION    | NULL    | GPL    |
| sha256_password            | ACTIVE  | AUTHENTICATION    | NULL    | GPL    |
| MyISAM                    | ACTIVE  | STORAGE ENGINE    | NULL    | GPL    |
| MRG_MYISAM                | ACTIVE  | STORAGE ENGINE    | NULL    | GPL    |
| MEMORY                    | ACTIVE  | STORAGE ENGINE    | NULL    | GPL    |
| CSV                        | ACTIVE  | STORAGE ENGINE    | NULL    | GPL    |
| InnoDB                    | ACTIVE  | STORAGE ENGINE    | NULL    | GPL    |
| INNODB_TRX                | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_LOCKS              | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_LOCK_WAITS          | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_CMP                | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_CMP_RESET          | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_CMPMEM              | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_CMPMEM_RESET        | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_CMP_PER_INDEX      | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_CMP_PER_INDEX_RESET | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_BUFFER_PAGE        | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_BUFFER_PAGE_LRU    | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_BUFFER_POOL_STATS  | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_METRICS            | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_FT_DEFAULT_STOPWORD | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_FT_DELETED          | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_FT_BEING_DELETED    | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_FT_CONFIG          | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_FT_INDEX_CACHE      | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_FT_INDEX_TABLE      | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_SYS_TABLES          | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_SYS_TABLESTATS      | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_SYS_INDEXES        | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_SYS_COLUMNS        | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_SYS_FIELDS          | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_SYS_FOREIGN        | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_SYS_FOREIGN_COLS    | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_SYS_TABLESPACES    | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| INNODB_SYS_DATAFILES      | ACTIVE  | INFORMATION SCHEMA | NULL    | GPL    |
| PERFORMANCE_SCHEMA        | ACTIVE  | STORAGE ENGINE    | NULL    | GPL    |
| FEDERATED                  | DISABLED | STORAGE ENGINE    | NULL    | GPL    |
| ARCHIVE                    | ACTIVE  | STORAGE ENGINE    | NULL    | GPL    |
| BLACKHOLE                  | ACTIVE  | STORAGE ENGINE    | NULL    | GPL    |
| partition                  | ACTIVE  | STORAGE ENGINE    | NULL    | GPL    |
+----------------------------+----------+--------------------+---------+---------+
Áûñòðûé îòâåò:

 Ãðàôè÷åñêèå ñìàéëèêè |  Ïîêàçûâàòü ïîäïèñü
Çäåñü ðàñïîëîæåíà ïîëíàÿ âåðñèÿ ýòîé ñòðàíèöû.
Invision Power Board © 2001-2025 Invision Power Services, Inc.