• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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