Forums | Mahara Community

Comments on feature proposals /
Walled Garden


anonymous profile picture
Account deleted
Posts: 17

08 July 2011, 3:05

Also, is it possible to let several Mahara instances in a same shared database?

anonymous profile picture
Account deleted
Posts: 214

08 July 2011, 3:29

You can use the database by giving each mahara instance it's own database prefix. They won't be able to interact with one another though, and each will be it's own seperate instance. Here's the configuration that you'd need:

// Note: database prefix is NOT required, you don't need to set one except if 
// you're installing Mahara into a database being shared with other 
// applications (this happens most often on shared hosting) 
$cfg->dbprefix = ''; 

Just ensure that each has it's own unique prefix.

Good luck!

Andrew

anonymous profile picture
Account deleted
Posts: 17

08 July 2011, 4:03

Ok, thanks.

13 results