in reply to Re^2: MySQL avoid multiple connect request
in thread MySQL avoid multiple connect request

I thought that since I can not find it, it is not possible.
That's the mentality you want to avoid! Simply make a backup(easy as copying the table) of both database and code, then try it.
The worst thing that can happen is that you have to restore the data(unless you're so dense as to do it on a production server etc).

~Thomas~ 
"Excuse me for butting in, but I'm interrupt-driven..."
  • Comment on Re^3: MySQL avoid multiple connect request

Replies are listed 'Best First'.
Re^4: MySQL avoid multiple connect request
by boftx (Deacon) on May 24, 2014 at 01:14 UTC

    Recently seen on a T-shirt worn by a sysadmin at $work: "I don't always test my code, but when I do I prefer to do it on production."

    The sad part, most of us think the person in question actually felt that way.

    It helps to remember that the primary goal is to drain the swamp even when you are hip-deep in alligators.
Re^4: MySQL avoid multiple connect request
by thanos1983 (Parson) on May 24, 2014 at 18:22 UTC

    To: Thomas,

    This is a true story, it would be extremely easy to try it and test it even if I could not find it. I think I should embrace the courage to first try multiple attempts before applying. Thank you for your time and effort.

    Seeking for Perl wisdom...on the process...not there...yet!