From: Christopher A. <chr...@st...> - 2005-08-18 23:21:01
|
I have installed phpESP. I am now trying to run the scripts, mysql_create.sql and mysql_populate.sql. I run MYSQL on one server and the scripts live on another server. So, from the server running MYSQL, I issued the command: mysql -u root -p -h host.with.scripts < /www/scripts/db/mysql_create.sql I get the following message: bash: /www/scripts/db/mysql_create.sql: No such file or directory The path to the scripts is correct, the user is root and password is correct. What do I have to do to run this script on the remote host? -- Christopher Adams |