Hello, I would like to ask, what command to use in order to upload .sql file to the database using php. Thank You in advance
Well bigdump uses get to import a file ... its in such a format bigdump.php?start=1&fn=wrdp1.sql.gz so u can call it using cron Otherwise try this if (mysql_query("SOURCE file.sql")) { echo "success"; }