Unsupported Screen Size: The viewport size is too small for the theme to render properly.

How can i create a Innodb with SQLyog?

forums forums SQLyog Using SQLyog How can i create a Innodb with SQLyog?

  • This topic is empty.
Viewing 0 reply threads
  • Author
    Posts
    • #14503
      CalEvans
      Member

      create table myTable

      (

      myTableID bigint(22) auto_increment not null,

      myInformation text,

      ) Type=InnoDB;

Viewing 0 reply threads
  • You must be logged in to reply to this topic.