Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › How can i create a Innodb with SQLyog?
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.
create table myTable
(
myTableID bigint(22) auto_increment not null,
myInformation text,
) Type=InnoDB;