We are planning migrate most of our authentication system from within our application to mysql. How many no. of user can mysql handle? I am talking about a couple of thousands at the moment and perhaps a lot more in the future. Am highly apprehensive about doing this, but couldn't find anything more than, if it isn't said , it is unlimited type of answers.
I am worried about the number of users mysql can manage.
I know about the max_connections variable and memory limit, which is a key factor for that.