Sample Header Ad - 728x90

Can XtraDB be enabled on MariaDB 10.2

0 votes
1 answer
353 views
**Can we create a table in MariaDB 10.2 with XtraDB engine?** I have installed MariaDB **10.2** and I am trying to create a table with storage engine XtraDB and I am getting error *mysql> CREATE TABLE T1(ID smallint(6),NAME varchar(30)) ENGINE=XtraDB; *ERROR 1286 (42000): **Unknown storage engine** 'XtraDB'* If I lists the engines of MariaDB here, there are no XtraDB engine type available. Part of show engines output: enter image description here
Asked by thisissanjeeva.com (76 rep)
Apr 4, 2019, 05:43 AM
Last activity: Jul 30, 2019, 09:04 AM