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

Database Changing Issue

forums forums SQLyog SQLyog BETA Discussions Database Changing Issue

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #9574
      vygi
      Member

      Another small one:

      1. make eg. SELECT * FROM some_table LIMIT 10;

      2. now select another database (eg. mysql) from the left

      3. result grid id still visible; noch try to change from “(Read only)” to edit mode (select table name from select box). Following error message will appear:

      Error No. 1146

      Table mysql.some_table doesn't exist

      History says that SQLyog has switched to mysql database and then tries to show full fields from some_table which only exist in the first database.

      SQLyog probably should select initial database when user switches to edit mode.

    • #21052
      Ritesh
      Member

      This is a known and a design issue. You will need to be in the same database context as the table is.

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