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

To poj:

Exactly what I need, so simple yet I could not find it online. To be honest I did not think even testing for my self, I thought that since I can not find it, it is not possible.

Again thanks for your time and effort assisting me to my problem.

Seeking for Perl wisdom...on the process...not there...yet!
  • Comment on Re^2: MySQL avoid multiple connect request

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

    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..."

      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.

      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!