Hello everybody,
today I want to describe how to point to non standard port in My SQL for Acumatica.
Below goes fragment from my Web.config
<remove name="ProjectX" />
<add name="ProjectX" providerName="System.Data.SqlCli...
Hello everybody,
quick post on how to install MySQL proxy. You may be puzzled why it is needed? Because MySQL proxy allows you to track all generated SQL by MySQL. As of now, you can catch generated SQL for SQL server with SQL Server Request Profiler. But in order to achieve it for MySQL, you'll...