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

Creating Temporary Table Problems

forums forums SQLyog Using SQLyog Creating Temporary Table Problems

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #9997
      southcot
      Member

      I am using SQLyog Enterprise 5.11 and MySQL 4.0.24_Debian-10ubuntu2.1.

      I have set up a user for a specific data base and have given the user all of the following local permissions to the database:-

      Select, Insert, Update, Delete, Create, Drop, Grant, References, Index and Alter.

      In addition to this the user has the following Global Permissions:-

      Reload, Create and File.

      When we try and create temporary tables using this account we get the error:-

      CREATE TEMPORARY TABLE TempTable ( ID int, Name char(100) ) TYPE=HEAP;

      results in:

      Error Code : 1044

      Access denied for user: 'username@%' to database 'dbname'

      Can anyone advise me on how I resolve this?

      Thanks

    • #22870
      peterlaursen
      Participant

      User will need CREATE_TMP_TABLE privilege. This privilege was introduced with MySQL 4.02. SQLyog 5.2 (in beta) can handle ALL privileges for every MySQL version (including 5.1).

    • #22871
      southcot
      Member

      Many thanks this was just the ticket.

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