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

why am I not able to connect to remote host

forums forums SQLyog SQLyog Comments why am I not able to connect to remote host

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #8496
      rajappa
      Member

      it says error 2013

      Lost connection to mysql during query

      it keeps giving me the same error

    • #16085
      Shadow
      Member

      Ususally the error is raised either if a packet is too large or if the connection times out. If you issue “large” INSERT or UPDATE statements (e.g. BLOB, TEXT columns), then you should consider setting max_allowed_packet variable to a larger value. Otherwise connect_timeout, wait_timeout parameters should be tuned in my.ini or my.cnf. Of course, MySql server may be faulty (crashes), but that case is unlikely.

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