Categories
General Sotfware & DevOps Storage Tools & HowTo

Load Balance MySQL Using HAProxy

Load Balance HA MySQL with HAProxy. HAProxy or High Availability Proxy is a high performance open-source load balancer created to work (load balance) over TCP/HTTP. This is a Software that has several use cases you can chose, but it’s great for a MySQL load balancer. The company who makes HAProxy also develops many more products […]

Categories
Cloud Products

Cloud storage & Cloud Computing

All you need to know Cloud computing has revolutionized the way we do everything. We keep our photos, music files, and other important documents on Cloud storage systems that are globally distributed for easy access anywhere in the world! Cloud computing is a system of storing data on the internet. Instead of storing your files […]

Categories
General Products Sotfware & DevOps Tools & HowTo

CRUD Operations: Understanding The Role in MySQL

Maintaining a sound understanding of CRUD operations in MySQL, or SQL itself, is one of the most important things you can do as a beginner because this proves fruitful down the road when you have this major concept stored in the back of your heads and don’t get confused on these basic queries that form the foundation of SQL.