Могу ли я изменить “максимальное количество подключений пользователей” на сервере mysql DB server, если я куплю хостинг?
I'm working on a C# WIndows Forms project. The fact is that free hosting (remotemysql.com) has a limited number of <max_user_connections> equal to 10 connections. I have no right to change it, of course. I actually have a question: if I buy a paid MySQL DB server on any hosting, can I change this number? Or are there restrictions too? This point is not specified anywhere. And because of this restriction, no more than two people can connect to the database (because there are a lot of asynchronous threads for data update on the client side, it's about 4-5 connections per user)and my application becomes useless. PS I write a messenger and it should store messages in the database, etc.
Что я уже пробовал:
Он попытался изменить его в phpMyAdmin, но у меня нет никаких разрешений на это.
PIEBALDconsult
Пользователи/клиенты не должны подключаться непосредственно к вашей базе данных-поместите веб-службу между пользователем/клиентом и базой данных.