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

Error #1005 when reordering columns

forums forums SQLyog Using SQLyog Error #1005 when reordering columns

  • This topic is empty.
Viewing 6 reply threads
  • Author
    Posts
    • #8683
      Visionweaver
      Member

      When trying to reorder the columns in a table of my database, the following error occurs:

      Error No. 1005

      Can't create table '/var/tmp/#sql/3097_3b608_3.frm' (errno. 140)

      I am using the trial Enterprise version, which I believe is the final v. 4.0 release

      Any ideas what is wrong?

    • #16631
      Ritesh
      Member

      Which version of MySQL?

    • #16632
      Visionweaver
      Member

      The version of MySQL is 4.0.23 on the FreeBSD platform.

    • #16633
      Ritesh
      Member

      I have forwarded the issue to my development team.

      I will let you know about the progress soon.

    • #16634
      Ritesh
      Member

      Are you using SQLyog Enterprise 4.0 FINAL version? A similar bug was fixed in one of the BETA releases of SQLyog Enterprise.

      BTW, can you just cut-n-paste the CREATE TABLE stmt. for the table?

    • #16635
      zzapper
      Member

      Ritesh,

      altho i've reordered tables successfully b4, I am now getting this error with yogent4.0

      SQLyog Enterprise ×

      Error No. 1005

      Can't create table 'c:TEMP#sql10c_c_1.frm' (errno: 140)

      just about to try 4.1

      sorry still in 4.1

      it's a real simple table

      Field Type Null Key Default Extra

      ID mediumint(9) PRI (NULL) auto increment

      DivisionID char(3) YES (NULL)

      DivisionName varchar(30) YES (NULL)

      DivisionEmail varchar(50) YES (NULL)

      DivisionPhone varchar(20) YES (NULL)

      AssertaCode varchar(10) YES (NULL)

      divisionShortName varchar(20) YES (NULL)

    • #16636
      peterlaursen
      Participant

      It could be an issue with the setting of the max_allowed_packet parameter in your mysql configuration file (my.ini)

      Try raising the value signifikcantly. You'll have to stop and restart the Mysql server for the changes to take effekt.

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