Help for this page

Select Code to Download


  1. or download this
          # Wait for the MySQL server to become responsive.
          my $tries = 0;
          while ( !$dbh->ping && $tries++ < $opts{w} ) {
             sleep(1);