Ok...
I am a newbie to PHP & MySQL, I am actually a guy that has switched from ASP/ASP.Net & MSSQL to PHP & MySQL
I am wondering how I would execute a huge query from a file... What I am trying to do is make a duplicate database, so that I can see how vBulletin does the upgrade...
My DB is about 20 mb, and the sql file is too large for PHPMyAdmin to handle...
How would I execute a MySQL script in PHP if the script and stuff was in a completely different file?
Thanks, James