• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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