I'm trying to setup a php page that will allow me to create a mysql database, and then build tables, views, etc. by importing a file previously created by mysqldump. When I get to the following command:
passthru("/usr/bin/mysql -u $username -p$password $dbname < /home/service/dump.sql");
I get...