This topic is locked

Uploading to remote MySQL server

8/1/2005 6:18:21 AM
PHPRunner General questions
J
Jack author

I have succesfully connected to remote MySQL server using the PHPrunner.php method from within the (excellent) PHPRunner software. I would like to migrate my database to the server using using MySQL migration tool. I do not know the address of the server. How can I use the PHPRunner.php to make the connection?
Regards,

Jack

admin 8/1/2005

Jack,
phprunner.php won't help you to move MySQL database to the remote MySQL server. This file only helps PHPRunner to connect to the remote MySQL database that don't allow direct connections.
You can use mysqldump tool to create database dump, upload this file to the web server and run it there.