how create multisites with one codebase and one centralized DB
| Project: | Multisite Manager |
| Version: | 5.x-0.9 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | by design |
| Issue tags: | Newbie |
Jump to:
hi
I
i have some work related to drupal, i did some work on drupal CMS ,but this time i have to Make multisite(subsites might be more than 300+ ) but client requirnment is this that there should be only centralized DB ,only one admin that would be able to modified all the subsite i.e add or delete the content for any perticular site,also he would be able to change the theme of an perticular site without redirect on subsite site,(thats why Db is centralized if db is centralized admin can access each and every thing from the same location)
I tried domain access module, multisite module but nothing is as per client requirnments.
Please help me as soon as possible , try to resolve that thing, what should i do for that
thanku in advanced

#1
Multisite Manager works using just one database for all sites (though, performance-wise, 300+, I would suggest breaking them out). If the issue is DB access, then it's easy--just one DB account, or create a db admin account that your client has access to. If you mean 300+ sites with the same first user, then you should create a 'drupal profile' creating the first user with a certain username/password that all the accounts are created from.