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 1 reply thread
  • Author
    Posts
    • #8034
      Emont
      Member

      I'm trying but i'm new with SQLyog and MySQL and i'd like to know how can i create a innodb in order to create or manage relationships for tables? :huh:

      Thanks for the information.

    • #14503
      CalEvans
      Member

      create table myTable

      (

      myTableID bigint(22) auto_increment not null,

      myInformation text,

      ) Type=InnoDB;

Viewing 1 reply thread
  • You must be logged in to reply to this topic.