Loading ...

Gross Income And Net Income

Hello everybody, today I want to leave a note on gross income and net income from two standpoints: business and employee. Gross income = Total sales - Cost of goods sold Net Income = Total sales - Cost of goods sold - Selling expenses.  Because Gross income = Total sales - Cost of goods sold...

How To Install Mysql Proxy

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...