mysql> INSERT INTO User (Username,password) select Username,password from user; Query OK, rows affected, 1 warning (0.07 sec) Records:12 duplicates:0 warnings:1 mysql> INSERT INTO User (Username,password) select Username,password from user; Query OK, rows affected, 1 warning (0.08 sec) Records:24 duplicates:0 warnings:1 mysql> INSERT INTO User (Username,password) select Username,password from user; Query OK, affected, 1 warning (0.11 sec) records:48 duplicates:0 warnings:1 mysql> INSERT INTO User (Username,password) select Username,password from user; Query OK, rows affected, 1 Warning (0.10 sec) records:96 duplicates:0 warnings:1 mysql> INSERT INTO User (Username,password) select Username,password from user; Query OK, affected rows, 1 Warning (0.10 sec) records:192 duplicates:0 warnings:1 mysql> INSERT INTO User (Username,password) select Username,password from user; Query OK, 384 rows affected, 1 Warning (0.10 sec) records:384 duplicates:0 warnings:1 mysql> INSERT INTO User (Username,password) select Username,password from user;\ Query OK, 768 rows affected, 1 warning (0.13 sec) records:768 duplicates:0 warnings:1 mysql> INSERT INTO User (Username,password) select Username,password from user;\ Query OK, 1536 rows affected, 1 warning (0.15 sec) records:1536 duplicates:0 warnings:1 Mysql> mysql> INSERT INTO User (Username,password) select Username,password from user;\ Query OK, 3072 rows affected, 1 warning (0.17 sec) records:3072 duplicates:0 warnings:1 mysql> INSERT INTO User (Username,password) select Username,password from user;\ Query OK, 6144 rows affected, 1 warning (0.28 sec) records:6144 duplicates:0 warnings:1 mysql> INSERT INTO User (Username,password) select Username,password from user;\ Query OK, 12288 rows affected, 1 warning (0.42 sec) records:12288 duplicates:0 warnings:1 mysql> INSERT INTO User (Username,password) select Username,password from user;\ Query OK, 24576 rows affected, 1 Warning (0.99 sec) records:24576 duplicates:0 warnings:1 mysql> INSERT INTO User (Username,password) select Username,password from user;\ Query OK, 49152 rows affected, 1 Warning (1.98 sec) records:49152 duplicates:0 warnings:1 mysql> INSERT INTO User (Username,password) select Username,password from user;\ Query OK, 98304 rows affected, 1 Warning (4.04 sec) records:98304 duplicates:0 warnings:1 mysql> INSERT INTO User (Username,password) select Username,password from user;\ Query OK, 196608 rows affected, 1 Warning (8.89 sec) records:196608 duplicates:0 warnings:1 mysql> INSERT INTO User (Username,password) select Username,password from user;\ Query OK, 393216 rows affected, 1 Warning (17.14 sec) records:393216 duplicates:0 warnings:1 mysql> INSERT INTO User (Username,password) select Username,password from user;\ Query OK, 786432 rows affected, 1 Warning (38.07 sec) records:786432 duplicates:0 warnings:1 mysql> INSERT INTO User (Username,password) select Username,password from user;\ Query OK, 1572864 rows affected, 1 warning (1 min 11.91 sec) records:1572864 duplicates:0 warnings:1 mysql> INSERT INTO User (Username,password) select Username,password from user;\ Query OK, 3145728 rows affected, 1 warning (2 min 29.04 sec) records:3145728 duplicates:0 warnings:1 |