Hello, I want to run a MySQL database using PHP on a remote server. I am populating my 
database on my PC at home. I understood that I'll have to use MYSQLDUMP to export 
these data to a dump file, FTP that file to the server and then use MYSQL to re-create 
the database there. My problem is with the last part. I don't think I can get at a 
MySQL-prompt on the remote server (or could I, using FTP or Telnet or something?). All 
I know is how to run .php files. Does PHP offer a solution here? 

Thanks, Marco






--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to