PDA

View Full Version : MySQL on another server



tbdean
02-15-2007, 06:55 PM
Is it possible to have Apache / DekiWiki on one box and MySQL on another?

Where do I specify the MySQL hostname? In installWiki.sh?

Thanks.

royk
02-23-2007, 10:18 PM
After installation, you can edit LocalSettings.php to point to a separate mySQL database. I'm not sure if the installation process itself supports installing the database on a separate server.

What I'd do is run the installation, dump the SQL schema, and install on a separate database.