I need to insert 25 000 or 50 000 test rows for make some performance tests in several tables in my DB. I'm using PHP but the script takes to long to run so in shared hosting is a pain! I'm asking if I can do this at DB level. I think that http://dev.mysql.com/doc/refman/5.0/en/create-procedure.html could be the solution but the logic at programation level is a bit complicated so didn't know for example how to RANDOM words for generate unique fields name like username for example
Thanks in advance