Difference between revisions of "InnoDB"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Draft}}
 
 
[[wikipedia:InnoDB]] is a storage engine for the database management system [[MySQL]] and [[MariaDB]]. Is the default engine since [[MariaDB 10.2]] (2016).
 
[[wikipedia:InnoDB]] is a storage engine for the database management system [[MySQL]] and [[MariaDB]]. Is the default engine since [[MariaDB 10.2]] (2016).
  
Line 13: Line 12:
  
 
== Activities ==
 
== Activities ==
* Show [[MariaDB engines|database engine]]: <pre>show table status like '<table name>';</pre>
+
* Show [[MariaDB engines|database engine]]: <code>[[show table status like]] '<table name>';</code>
  
 
== Related commands ==
 
== Related commands ==
 +
* [[mysqldump --single-transaction]]
 
* <code>[[mariadbcheck]]</code>, can checked InnoDB tables with CHECK TABLE, but not repaired them with REPAIR TABLE
 
* <code>[[mariadbcheck]]</code>, can checked InnoDB tables with CHECK TABLE, but not repaired them with REPAIR TABLE
 
* <code>[[mariabackup]]</code>
 
* <code>[[mariabackup]]</code>

Latest revision as of 06:31, 9 June 2024

wikipedia:InnoDB is a storage engine for the database management system MySQL and MariaDB. Is the default engine since MariaDB 10.2 (2016).


InnoDB supports:

Activities[edit]

Advertising: