Re: . Priority - mysql_connect() ??

2002-01-17 Thread Jeremy Zawodny
On Thu, Jan 17, 2002 at 08:27:40PM -0500, Jon Shoberg wrote: > > Well, > > Another app was launched on my mySQL server. Only this one is poorly > coded and heavily used. That sucks. :-( > Is there a way to change the priority of my connection? My entire > app consists of select statements. O

. Priority - mysql_connect() ??

2002-01-17 Thread Jon Shoberg
Well, Another app was launched on my mySQL server. Only this one is poorly coded and heavily used. Is there a way to change the priority of my connection? My entire app consists of select statements. Once I changed everything to "SELECT HIGH_PRIORITY ...", that helped a ton. Can I bum