Facebook
From Unreliable Mockingjay, 7 Years ago, written in PHP.
Embed
Download Paste or View Raw
Hits: 280
  1. $sql = '';
  2. for($i = 0;$i<=50000;$i++){
  3.     $sql .= 'INSERT INTO player.player(account_id, name) VALUES (3, \'NONAME\');';
  4. }
  5.  
  6.  
  7.  
  8. $pdo->query($sql);