CodeIgniter Forums
CI Scalability with many user accounts in - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: CI Scalability with many user accounts in (/showthread.php?tid=55957)



CI Scalability with many user accounts in - El Forum - 11-18-2012

[eluser]AlanW[/eluser]
I haven't found anything specific to configuring CI to work with many user accounts on a MySQL database. I'm finding that with only one MySQL account configured in my CI app, the app is running slowly on the hosted server. I anticipate having to create a MySQL user account for each user account in the CI app but not sure how to handle that programmatically.

Is there some documentation available?

Thanks in advance!