Facebook
Banner
XMPP JavaScript Library READ MORE

Table storage engine MyISAM does not support the create option CREATE TABLESPACE

Database, Sachin Puri, 2023-11-29 08:56:11

 

Error:

Table storage engine 'MyISAM' does not support the create option 'CREATE TABLESPACE'

Solution

Just declare the engine as INNODB while creating tablespace because by default it must be picking MyISAM


CREATE TABLESPACE mytablespace ADD DATAFILE 'mytablespace.ibd' ENGINE=INNODB;

 

Add Your Comment
   
    Yes! I want to receive all comments by email

No Comments Posted Yet. Be the first one to post comment