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

convert into innodb

forums forums SQLyog Using SQLyog convert into innodb

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #7788
      julien
      Member

      Hello, I have a problem to convert a table in innodb format.I use MyISAM format but I want to manage relationships between tables so, I need Innodb but it doesnt work!

      What is the problem?

      I use mysql 3.23.55 version thanks a lot

    • #13990
      CalEvans
      Member

      Do you have InnoDB compiled in?

      What OS? If Windows, did you install MySQL-MAX? If Linux did you install from source or RPM?

      If Linux, from the command line type:

      Code:
      mysqladmin variables

      Look in the output for:

      Code:
      have_innodb

      Is it Yes or no?

      In Windows, use the MySQLAdmin tool to find this. It should still be set to yet. Otherwise, you cannot use InnoDB tables.

      =C=

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