Welcome to dbFreaks.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Dropped Connections, Abandoned Queries

 
   Database Help (Home) -> mySQL RSS
Related Topics:
Correcting queries - In Oracle there is a way to correct any mistakes in a query, by simply entering the edit command. And from there, a text editor is opened, to allow the to be made to the query. This having to retype the whole query. Is this..

Best way to issue hundreds of inserts/updates??? - Using mysql 4.0.23- What is the best way to execute several (hundreds of) inserts and updates? Rather than issuing tons of inserts and updates, can I send the strings to a text file and then have mysql do them all?? IE : query.txt insert..

MySQL freezes, brings XP machine to a grinding halt - I've been using MySQL for a while for fairly light database on my XP machine. I am just starting a new project and have some big problems with MySQL today both on my office machine and at home where running a

login as user 'root' but do not have root privlages and my.. - Hi gang: I'm a problem with MySQL -- I updated MySQL from version 4.1.0 to 4.1.10 and now when I login as root it doesn't show all the databases I should have access to, nor it doesn't recognize me being logged in as root (via..

FLUSH TABLES hangs if table is locked - Using FLUSH TABLES via the C query API hangs if the table is locked already. That is to say, nothing prevents me from running a LOCK TABLES twice; it won't tell me already locked, don't try to run a Anyone know how to find..
Next:  RMAN backup to another device?  
Author Message
tom173

External


Since: Dec 15, 2004
Posts: 7



(Msg. 1) Posted: Mon Feb 21, 2005 11:51 am
Post subject: Dropped Connections, Abandoned Queries
Archived from groups: mailing>database>mysql (more info?)

Can anyone point to documentation, or pass along some insight on how MySQL
handles dropped connections and abandoned queries?

How does MySQL cope with people/processes that log on and then neglect/fail
to logout properly? Clearly multiple logons to the same user id are
permitted. Do abandoned sessions stack up chewing up system resources or do
they timeout from inactivity?

What happens to queries that are initiated but the requester simply quits
before results are returned?

What happens when a usr:
initiates a slow query
abandons the session (cold!) before results are returned
logs on (again) and reissue the same slow query
over and over and over again!

What are some variables - timeouts and such - that might be associated with
these situations? Other than identifying certain users/abusers and whacking
them upside the head, how does one tweak the MySQL server to cope better.

All comments, experiences, and insights appreciated.
Thomas Bartkus

 >> Stay informed about: Dropped Connections, Abandoned Queries 
Back to top
Login to vote
Bill Karwin1

External


Since: Jun 17, 2004
Posts: 42



(Msg. 2) Posted: Mon Feb 21, 2005 3:25 pm
Post subject: Re: Dropped Connections, Abandoned Queries [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thomas Bartkus wrote:
 > Can anyone point to documentation, or pass along some insight on how MySQL
 > handles dropped connections and abandoned queries?

<a style='text-decoration: underline;' href="http://dev.mysql.com/doc/mysql/en/communication-errors.html" target="_blank">http://dev.mysql.com/doc/mysql/en/communication-errors.html</a>

Regards,
Bill K.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Dropped Connections, Abandoned Queries 
Back to top
Login to vote
Display posts from previous:   
   Database Help (Home) -> mySQL All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]