Use a REMOTE copy of MYSQL with FANTASTICO
If you would like to use MySQL running on another server with Fantastico, you will need to edit one file:
– Remote MySQL host / mysql —
- If you use a remote MySQL host,
1) copy the file
fantastico/includes/mysqlconfig.php
to mysqlconfig.local.php
2) in mysqlconfig.local.php edit the line
$MYSQLHOST=”localhost”;
Replace localhost with the IP or hostname of your MySQL server.
3) in mysqlconfig.local.php add
(replace the IP address above with the IP of your server) AFTER the line containing “?>”
Taken from Fantastico forums …









