Posted by Good Man on 09/27/05 11:37
"Mikey" <mike.gunn@comcast.net> wrote in news:1137527010.437620.223580
@z14g2000cwz.googlegroups.com:
> My feeling is that MySql can handle these accesses without a problem.
you are correct. MySQL doesn't care where the connections are coming from
(ie: you can be SSH'd into your server, doing operations at the command
line while php is also interacting with the MySQL server via your website
at the same time).
the only thing to be aware of is the 'max connections' that MySQL allows
(defaults to 100 i think). If you think that all of your web
applications/techonologies connecting to the MySQL server at the same time
might sum to more than 100 active connections, you should increase that
setting.
Navigation:
[Reply to this message]
|