How to create a multi tenant database for codeigniter project. if one tenant sign up on my project then I need to create an individual database with same tables look likes my original database. Let me know how to start and access with multi tenant concepts.
Asked
Active
Viewed 874 times
0
-
1your question is not clear what you want create a new database with same host or different host please clear your question. – Yaseen Ahmad May 11 '16 at 11:46
-
Want to create a new multi tenant database for the same host – Priya May 11 '16 at 11:48
-
What have you tried so far? Also, consider editing your question to conform to the standards listed here: http://stackoverflow.com/help/how-to-ask - more concise information would go far in helping us understand your needs. – Frits May 11 '16 at 11:58
-
did you trying to create the multi tenant database in phpmyadmin – Yaseen Ahmad May 11 '16 at 12:08
-
yes i tried using phpmyadmin. – Priya May 11 '16 at 12:16
-
reference link http://stackoverflow.com/questions/2213006/how-to-create-a-multi-tenant-database-with-shared-table-structures – JYoThI May 11 '16 at 12:31
-
ya i need to implement this in codeigniter. – Priya May 12 '16 at 04:16