Patompong's Blog

No introduction, just get to the point.

14 Nov 2021

Allow remote connection to MySQL server

This post shows what command to run if you want the remote devices to be able to connect to your MySQL server on a Linux server such as Ubuntu.

23 Sep 2021

Introducing PHP Retrier

PHP Retrier is a composer package I created to use in our projects. There were many times that we needed to add retry logic to a particular code. This package allows developers to so easily in a customizable fashion.