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

Connection

forums forums SQLyog Using SQLyog Connection

  • This topic is empty.
Viewing 13 reply threads
  • Author
    Posts
    • #8141
      jacobelias
      Member

      Hello,

      I am using sqlyog tool for creating and managing databses in localhost.

      However when I try to connect using sqlyog tool to connect to my MYSql database in my webserver, I could not connect to the database.

      I am getting error :

      lost connection to MySQL server during query

      Any solutions for this will be very appreciated?

      Thanks

      Jc

    • #14818
      Ritesh
      Member

      Which version of MySQL and on what OS?

    • #14819
      jacobelias
      Member

      My SQL version is 3.23 and using Windows 2000 professional version

      Any problem with my version?

      Thanks

      Jc

    • #14820
      Ritesh
      Member

      I dont think so.

      Is your remote MySQL server situated on Win2K.

    • #14821
      jacobelias
      Member

      My remote MYSql running on Linux. Any compatability issues?

      If so how can I overcome this?

      Thanks

      Jc

    • #14822
      Shadow
      Member

      When do you get this error message? Right after logging in or after executing a few queries?

    • #14823
      jacobelias
      Member

      Hello,

      I cannot even connect to MySQL, before that I am getting errors?

      Please anyone can suggest me how to over come this and connect to my remote database?

      Thanks in advance.

      Jc

    • #14824
      Ritesh
      Member

      Some old GLIBC library causes the above problem. Can you tell me the exact MySQL version and the RH version?

      BTW, are you able to connect thru the MySQL command line utility?

    • #14825
      jacobelias
      Member

      Hello,

      MySQL version is 3.23.49 and SQLyog is 3.52.

      I am a novice in this. Can you help me in connect through command line

      utility?

      Thanks

      Jc

    • #14826
      Ritesh
      Member

      Greetings

      Are you sure, you have the correct permission to connect to the remote MySQL server?

    • #14827
      jacobelias
      Member

      Yes I am sure I have the permissions to connect to the remote server.

      jc

    • #14828
      Ritesh
      Member

      Go to the bin sub-directory of your MySQL installation. Start the command prompt ( type cmd ) in Start->Run ).

      You can connect to any server thru the MySQL command line utility by issueing the following command –

      mysql -u -h -p

    • #14829
      jacobelias
      Member

      Hi

      I am getting the same error cannot connect, lost during query.

      If any one can suggest what is the problem and how to overcome this,

      it would be really helpful.

      Thanks in advance

      Jc

    • #14830
      Ritesh
      Member
Viewing 13 reply threads
  • You must be logged in to reply to this topic.