Forum Replies Created
-
AuthorPosts
-
VersatileMemberpeterlaursen wrote on Feb 24 2006, 01:41 PM:And finally: no DELETE-issue with 4.1 and HTTP with my example or Versatile's[post=”8905″]<{POST_SNAPBACK}>[/post]
Thanks for finding it all and wich versions it does and does not apply to.
VersatileMemberpeterlaursen wrote on Feb 24 2006, 12:37 PM:What does the DELETE statment look like in HISTORY pane?[post=”8899″]<{POST_SNAPBACK}>[/post]Doesn't display anything .. it probably breaks before it logs
VersatileMemberThat's my table;
Table Create Table
Uploaded_MP_Files CREATE TABLE `Uploaded_MP_Files` (
`id` int(6) NOT NULL auto_increment,
`upload_file` varchar(100) default NULL,
`upload_orig` varchar(100) default NULL,
`upload_type` char(3) default NULL,
`upload_by` int(6) default NULL,
`upload_for` int(6) default NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM
That's the error
Also with an insert.
Text is plain english
VersatileMemberwell it's intrestign .. that's sure ! 🙂
but also annoying ..
I know it can be the host .. and also wireless wich could be losing packages ..
But my wirelss is very stable .. and i can get up to 4 MegaByte/s so .. it looks good.
Doesn't take away the fact that their is need to save all queries and close all connections to reconnect ..
Maybe a little feature when the error occures a reconnect button apears … that kills plink and starts it again..
VersatileMemberpeterlaursen wrote on Oct 12 2005, 05:24 PM:http://www.webyog.com/faq/23_15_en.htmlIt must in this case be the reconnection from the SSH-server to the MySQL-server that fails. SQLyog reconnects to the SSH server OK.
Don't have the solution. Wireless and SSH …
[post=”7538″]<{POST_SNAPBACK}>[/post]Thanks, it looks like it .. but as i read it there .. there's no connection .. from the beginning ..
I've already had an connection .. but suddenly it stops 🙁
VersatileMemberRitesh wrote on Oct 12 2005, 01:30 PM:SQLyog will automatically reconnect if the last error is:Lost connection during query
Are you getting a different error?
[post=”7536″]<{POST_SNAPBACK}>[/post]Error no: 2003
Can't connect to MySQL server on 'localhost' (10061)
VersatileMemberDidn't know that i was for that option ..
i've must of checked/uncheck it sometime .. but didn't know ..
Thanks.
VersatileMemberAre you certain that the computer where you're connecting from is allowed to acces ?
-
AuthorPosts