Difference between revisions of "InnoDB"

From wikieduonline
Jump to navigation Jump to search
 
(6 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 27: Line 28:
  
 
== Errors ==
 
== Errors ==
 +
[[/var/log/mysql/error.log (MariaDB)]]
 
  2022-12-15 19:18:32 0 [ERROR] InnoDB: preallocating 12582912 bytes for file ./ibtmp1 failed with error 28
 
  2022-12-15 19:18:32 0 [ERROR] InnoDB: preallocating 12582912 bytes for file ./ibtmp1 failed with error 28
 
  2022-12-15 19:18:32 0 [ERROR] InnoDB: Could not set the file size of './ibtmp1'. Probably out of disk space
 
  2022-12-15 19:18:32 0 [ERROR] InnoDB: Could not set the file size of './ibtmp1'. Probably out of disk space
Line 42: 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: