History: MySQL
Source of version: 6
Copy to clipboard
! {{page}} Tiki can use MySQL in two ways: * As a __database__. This is where your data is stored. The default storage engine is InnoDB. The other database choice is ((MariaDB)) * As a __search index__. This is a temporary copy of some of your data, optimized for quick retrieval. The storage engine here is MyISAM. The index options are explained here: ((Unified Index Comparison)) !! See also * ((Requirements)) * ((MySQL replication)) * ((MySQL SSL)) ~tc~ (alias(MySQL Full Text Search)) ~/tc~ ~tc~ (alias(Database MySQL)) ~/tc~