Difference between revisions of "InnoDB"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by 3 users 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>[[show table status]]</code>
 
* <code>[[show table status]]</code>
 
* <code>[[SHOW PROCESSLIST;]]</code>
 
* <code>[[SHOW PROCESSLIST;]]</code>
Line 43: Line 44:
 
== See also ==
 
== See also ==
 
* {{InnoDB}}
 
* {{InnoDB}}
 +
* {{MariaDB engines}}
 
* {{MariaDB}}
 
* {{MariaDB}}
* {{DBs}}
+
 
  
 
[[Category:Databases]]
 
[[Category:Databases]]

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: