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

Sqlyogtunnel.php For 5.23 With Php 5.0.4

forums forums SQLyog Using SQLyog Sqlyogtunnel.php For 5.23 With Php 5.0.4

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #10174
      sdozono
      Member

      FYI:

      One of my server is PHP 5.0.4, and after updating SQLyog to 5.23rc1, an error occured and couldn't connect with the server with SQLyogTunnel.php.

      Until 5.17, there was no problem.

      In my case, it was because the new tunneler was using “mysqli” setting.

      (Still I'm not sure whether it is a problem of server, or SQLyog, or tunneler..)

      Anyway, I changed the SQLyogTunnel.php:

      from line 1524:

      Code:
      //if (extension_loaded('mysqli'))
      //{
      // define (“DB_EXTENSION”, “mysqli”);
      //}
      //else
      if (extension_loaded('mysql'))

      Then it started working.

      It may be useful for someone as a minimal workaround….

    • #23391
      peterlaursen
      Participant

      Thanks …

      We will discuss this, but my first response is that I think it is a server issue.  On Linux there can be a problem having both extensions functional at the same time.  On Windows there is not such problem.

      So probably php reported that php_mysqli() was there but it may not have worked properly because of a conflict with php_mysql().

      My guess only!

    • #23392
      sdozono
      Member

      I have used SQLyog 5.23rc3 and it works nicely with SQLyogtunnel.

      Thank you very much!

      🙂

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