Articles by Tag #mysql

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Postgres vs. MySQL

Hello I'm Brandon, I’m the CEO & Co-founder of Outerbase, where we are building a modern data...

Learn More 109 21Jan 16

Dockerizing a Golang API with MySQL and adding Docker Compose Support

Developing and testing APIs locally connected to a database is no joke. The database often becomes a...

Learn More 82 14Sep 4 '24

How to Set Up a MySQL Master-Slave Replication in Docker

Hey there! Ever wanted to build your own mini MySQL backup server, but worried it'd be a total...

Learn More 68 1May 23 '24

SQL Complete guide for Interview

Structured Query Language or SQL is a standard database language that is used to create, maintain,...

Learn More 56 7Aug 21 '24

Installing and Configuring MySQL on Arch Linux

MySQL, a robust and widely used relational database management system, serves as a cornerstone for...

Learn More 52 2May 5 '24

True Alphanumeric / natural sorting in MySQL - why is the answer always recursion?

Yesterday I attempted to solve alphanumeric sorting in MySQL and failed. (read that article here) I...

Learn More 34 7Nov 17 '24

Alphanumeric / Natural sort in MySQL - 30 years and we still can't do this? 😤

Our QA team are absolute monsters, they're monsters I tell you! No matter how much I try to bribe...

Learn More 33 9Nov 16 '24

Dockerizing a Laravel App: Nginx, MySql, PhpMyAdmin, and Php-8.2

What is Docker? Docker is an open-source platform that enables developers to automate the...

Learn More 28 1Jul 8 '24

Choosing the Right Database for Your Project: Beyond Personal Experience

Hello, fellow developers!🧑🏼‍💻 When architecting a new project and selecting a database type,...

Learn More 27 5Aug 26 '24

Building a PHP CRUD Application with OOP and MySQL: A Best Practice Guide

When developing PHP applications, managing database operations effectively is crucial. One of the...

Learn More 26 0Jan 10

How MySQL Tuning Improves the Laravel Performance

MySQL Configuration tuning is an important component of database management implemented by database...

Learn More 20 3Jul 29 '24

📂 Building a Simple File Management System with PHP & MySQL 🚀

Hello, Dev Community! 👋 Today, I want to share with you my journey of creating a File Management...

Learn More 20 0Oct 28 '24

Building a Simple CRUD Application with PHP and MySQL

PHP and MySQL have been my go-to for developing dynamic web applications. If you're just getting...

Learn More 20 5Oct 11 '24

SQL Basic Question for interview

Let's come to the point. I have created an Awesome SQL Interview GitHub repo to prepare for...

Learn More 18 7Dec 21 '24

Beginner's Guide to CRUD Operations in PHP

Introduction PHP is a flexible and widely-used server-side scripting language that powers...

Learn More 18 11Jun 8 '24

How to inject simple dummy data at a large scale in MySQL

Introduction Ever found yourself in a situation where you needed a large amount of dummy...

Learn More 18 1May 26 '24

Setting Up a PHP Website on EC2 with Nginx, MySQL, PHP, and Git

This guide will walk you through the process of setting up a PHP website on an Amazon EC2 instance...

Learn More 16 1Jul 28 '24

Filtering in JOIN or WHERE in MySQL: Differences and Performance Impact

📑 About The decision of where to apply a filter in an SQL query, either in JOIN or WHERE,...

Learn More 15 2Jun 22 '24

Accessing MySQL Server from a Remote Machine in the Same Network

Overview This guide explains how to connect to a MySQL server running on a local network...

Learn More 15 1Mar 24

Connecting AWS RDS to Spring Boot

Introduction In this article, I will walk through the process of setting up an AWS RDS...

Learn More 14 2Dec 8 '24

MySQL Performance Monitoring and Query Analysis

MySQL Performance Monitoring and Query Analysis In this guide, we will explore various...

Learn More 13 2May 20 '24

A Straightforward Guide for MySQL Locks

In this article, I aim to introduce you to the common and fundamental locks in InnoDB. If you're not...

Learn More 12 0Jun 17 '24

Migrating from MySQL to PostgreSQL

Migrating a database from MySQL to Postgres is a challenging process. While MySQL and Postgres do a...

Learn More 11 1Jul 11 '24

Cómo instalar MySQL en una instancia EC2 con Amazon Linux 2023

¿Estás trabajando con una instancia EC2 usando Amazon Linux 2023 y necesitas MySQL? A diferencia de...

Learn More 11 0Dec 20 '24

Powering Up PolyDisease Predictor: Backend Integration and Expanding Horizons! 🚀

Hey everyone! I'm excited to share some significant progress on the PolyDisease Predictor, a...

Learn More 11 1May 1

Enterprise-Level Authentication in a Containerized Environment for NextJS 13

Enterprise-Level Authentication in a Containerized Environment for NextJS 13 ...

Learn More 11 3Jun 16 '24

Mastering PHP and MySQL: An Extensive Guide for Modern Developers

Mastering PHP and MySQL: An Extensive Guide for Modern Developers 🚀 PHP and MySQL form the backbone...

Learn More 11 0Aug 28 '24

Run a Local 💻 MySQL 🐬 Instance

This document describes how to run a MySQL instance locally with Docker and how to add it as an...

Learn More 10 0Dec 3 '24

How to Check MySQL Database and Table Sizes

From modest few-megabyte databases perfect for small-scale applications to behemoths spanning several...

Learn More 10 2May 20 '24

Step-by-step guide for how to install an SQL server on Ubuntu 22.04

Step-by-step guide for how to install an SQL server on Ubuntu 22.04 Installing...

Learn More 10 0Jun 5 '24