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

Can't Create/write To File Xampp

forums forums SQLyog Using SQLyog Can't Create/write To File Xampp

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #12567
      rmatzke
      Member

      Hello, I'm getting this error message when I try to view the contents of a table I just created.

      Can't create/write to file 'C:xampptmp#sql7c0_a_6.MYI' (Errcode: 2)

      Any ideas as to how to fix this?

    • #33057
      ashwin
      Member

      Hello,

      This is a server error and not an error with SQLyog.

      Please try the following:

      1) Stop MySQL server.

      2) Empty the /tmp folder (The file 'C:xampptmp#sql7c0_a_6.MYI' is a temporary file created by MySQL with a random file name. If such file exists already creation of new file will fail. So try emptying the TEMP folder.)

      3) Restart MySQL server.

      Refer MySQL documentation: http://dev.mysql.com/doc/refman/5.0/en/cannot-create.html

      Regards,

      Ashwin A

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