• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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