Application Attributes = T Attributes = W BatchAutocommitMode = IfAllSuccessful BindAsFLOAT = F CloseCursor = F DisableDPM = F DisableMTS = T EXECSchemaOpt = EXECSyntax = T Failover = T FailoverDelay = 10 FailoverRetryCount = 10 FetchBufferSize = 64000 ForceWCHAR = T Lobs = T Longs = T MaxLargeData = 0 MetadataIdDefault = F QueryTimeout = T ResultSets = T SQLGetData extensions = F Translation DLL = Translation Option = 0 DisableRULEHint = T StatementCache=F CacheBufferSize=20 UseOCIDescribeAny=F SQLTranslateErrors=F MaxTokenSize=8192 AggregateSQLType=FLOAT
[root@localhost~]# mysql Welcome to the MariaDB monitor. Commands endwith ; or \g. Your MariaDB connection id is13 Server version: 10.6.19-MariaDB MariaDB Server
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;'or'\h'for help. Type '\c'to clear the current input statement.
MariaDB [(none)]>show engines; +--------------------+---------+-------------------------------------------------------------------------------------------------+--------------+------+------------+ | Engine | Support | Comment | Transactions | XA | Savepoints | +--------------------+---------+-------------------------------------------------------------------------------------------------+--------------+------+------------+ | CSV | YES | Stores tables as CSV files |NO|NO|NO| | MRG_MyISAM | YES | Collection of identical MyISAM tables |NO|NO|NO| | MEMORY | YES | Hash based, stored in memory, useful for temporary tables |NO|NO|NO| | Aria | YES | Crash-safe tables with MyISAM heritage. Used for internal temporary tables and privilege tables |NO|NO|NO| | MyISAM | YES | Non-transactional engine with good performance and small data footprint |NO|NO|NO| |CONNECT| YES | Management ofExternal Data (SQL/NOSQL/MED), including Rest query results |NO|NO|NO| | SEQUENCE | YES | Generated tables filled with sequential values| YES |NO| YES | | InnoDB |DEFAULT| Supports transactions, row-level locking, foreign keys and encryption for tables | YES | YES | YES | | PERFORMANCE_SCHEMA | YES | Performance Schema |NO|NO|NO| +--------------------+---------+-------------------------------------------------------------------------------------------------+--------------+------+------------+ 9rowsinset (0.000 sec)