It seems that most of the tutorials use the scenario of a shared database, and emphasize using a different db prefix.
Even though I am just starting out, I know that I want to use separate databases per site.
Is there a tutorial for this case, using the MySQL root credentials, etc.?
In the manual:
It is also possible to force using a specific MySQL root user. This MySQL root user is defined in “multisites.cfg.php”.
I made this edit, but for some reason, it seems that I am not filling in the variables correctly for the db name, user, etc.
Sorry if I missed it. I have been through a lot of tutorials today, and am able to set up new slave sites where I create new databases manually, but want to automate that step.
Thanks,
K
|