• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Create a DB with INNODB Engine

V

vigneshv10

Guest
Hi

i would like to know how to create a database with Innodb Engine. Now my default engine is MyISAM, is there a way to create a database with INNODB engine using plesk?

otherwise how do i create a database with INNODB engine?

thanks in advance.

vignesh
 
Hi,

Those are to create tables.. but how do i create a DB?
 
You can't do this through Plesk, but you should be able to do this through the commandline mysql shell.
 
I was wrong, the InnoDB type is only associated with tables, not with databases. You can just create the database through Plesk. When you create your tables you should specify InnoDB as the storage engine.

Like simpliq_adi said: see the docs for the CREATE TABLE syntax.
 
i did that, but still my database shows as MYISAM. i read somwhere u need to change the default database engine to INNODB to create a database with INNODB engine...still searching how to do that
 
Back
Top