forums › forums › SQLyog › Using SQLyog › Connection
- This topic is empty.
-
AuthorPosts
-
-
August 20, 2003 at 9:26 am #8141jacobeliasMember
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
-
August 20, 2003 at 2:04 pm #14818RiteshMember
Which version of MySQL and on what OS?
-
August 20, 2003 at 4:37 pm #14819jacobeliasMember
My SQL version is 3.23 and using Windows 2000 professional version
Any problem with my version?
Thanks
Jc
-
August 20, 2003 at 5:42 pm #14820RiteshMember
I dont think so.
Is your remote MySQL server situated on Win2K.
-
August 21, 2003 at 5:48 am #14821jacobeliasMember
My remote MYSql running on Linux. Any compatability issues?
If so how can I overcome this?
Thanks
Jc
-
August 21, 2003 at 12:02 pm #14822ShadowMember
When do you get this error message? Right after logging in or after executing a few queries?
-
August 21, 2003 at 2:13 pm #14823jacobeliasMember
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
-
August 21, 2003 at 5:47 pm #14824RiteshMember
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?
-
August 23, 2003 at 6:49 am #14825jacobeliasMember
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
-
August 23, 2003 at 9:14 am #14826RiteshMember
Greetings
Are you sure, you have the correct permission to connect to the remote MySQL server?
-
August 24, 2003 at 7:27 am #14827jacobeliasMember
Yes I am sure I have the permissions to connect to the remote server.
jc
-
August 24, 2003 at 12:53 pm #14828RiteshMember
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 -
August 24, 2003 at 4:18 pm #14829jacobeliasMember
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
-
August 24, 2003 at 5:52 pm #14830RiteshMember
Check the solution at the bottom
-
-
AuthorPosts
- You must be logged in to reply to this topic.