[PHP-DB] Execute a mySql sript file directly from PHP

2003-06-10 Thread Gustavo Del Castillo Meza
Hi, I need to execute a very large script file on my hosting server, i dont have shell access and the file is too large to execute using phpMyAdmin. I wonder if i could upload the file by FTP and then execute it with a php script directly, without opening the file and go thru every line.

Re: [PHP-DB] Execute a mySql sript file directly from PHP

2003-06-10 Thread Jason Wong
On Wednesday 11 June 2003 04:21, Gustavo Del Castillo Meza wrote: I need to execute a very large script file on my hosting server, i dont have shell access and the file is too large to execute using phpMyAdmin. I wonder if i could upload the file by FTP and then execute it with a php