Forum Replies Created
-
AuthorPosts
-
RiteshMemberQuote:5.12 will reconnect if connection is lost. But of course there are limits to how unstable connection can be for it to work
Nope. It will only reconnect when you execute query from the query window. SJA does not uses the reconnection mechanism.
Quote:MySQL server has gone awayThe error definitely seems to be due to the large number of columns but I cannot be 100% sure.
To debug I will suggest to perform the following steps:
1.) Import the schema only(no data). Thus it will only create the table structure i.e. an empty table. Is this step successful?
2.) Use 'Table Data' tab to fill in dummy values (reasonably close to the actual data) and see if you are able to insert. MySQL will throw “Server has gone away” too for this query itself. SQLyog will try to reconnect from the GUI, two times and then give up.
Just follow the above two steps for both partition and non-partition tables.
Basically, SQLyog as well as SJA, sends INSERT INTO queries to MySQL to enter data to the db. If it fails with SJA, it will defintely fail with SQLyog and the MySQL command line tool also and thus we will have a test case that can be submitted to MySQL as bugs (if its a bug with MySQL).
RiteshMemberSomething that can be blogged 🙂
RiteshMemberLooks like a bug. Will be fixed in v5.13.
RiteshMemberWhat he basically wants is the SSH/HTTP tunneling code compiled as library which he can then use it inside his product just as we use PUTTY with SQLyog.
This will require a separate product. Nice idea.
Added in the TO-DO list.
RiteshMemberWe do have plans to make all long working process to run on a separate thread to make the GUI more responsive.
I cannot guarantee which version will have this option though.
RiteshMemberYou can probably post a link of this page to the bug list.
RiteshMemberLooks like an issue with MySQL rather then SQLyog. We will need to do more research to get the actual problem.
From the command line, did you execute:
rename `table` to `table.csv`
or
rename table `table` to `table.csv`
RiteshMemberI am still not able to understand your problem. Can you post a screenshot or an example to explain the problem a little more?
RiteshMemberWill look into it now. Looks like a client/server issue because we just execute queries which the MySQL server allows. Maybe its a bug with MySQL itself 🙂
RiteshMemberAdded the first request in the TO-DO list.
Regarding the second, http://webyog.com/faq/33_20_en.html
RiteshMemberYup.
We were upgrading the forum at that time.
Top icon also updated.
RiteshMemberCan you tell me whether you created the VIEW from the editor and then tried to get it in Tooltip? Can you try Powertools -> Rebuild Tag once and then try again.
We are getting all views/tables in autocomplete out here.
RiteshMemberWorking on it.
-
AuthorPosts