I want to do something that sounds so easy, but I was not able to find an easy way to solve it:
Create a new table with, let's say, 500000 rows and get them numbered automatically (ID).
Using PHP it's probably a simple loop, but I wonder if it is really necessary to use PHP.
I am almost sure there is a simple solution using a MySQL command or even with phpMyAdmin.