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 83 14Sep 4 '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

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 35 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 29 1Jul 8 '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 28 0Jan 10

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

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

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 19 7Dec 21 '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 18 1Jul 28 '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

Migrating from MySQL to PostgreSQL

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

Learn More 14 1Jul 11 '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

SQL vs. NoSQL | Schema Design Differences Explained Visually

When planning a new application, one of the first things to figure out is how your data will be...

Learn More 13 2May 23

Beginner’s Guide to Designing a Relational Database Schema

Setting up the structure of your database is one of the first and most critical things to get right...

Learn More 13 5Jun 12

Automate MySQL Backups with CRON Jobs in cPanel

Data loss is every website owner's nightmare. Regular database backups ensure that your data is safe...

Learn More 12 0Feb 16

Triggers in MySQL: Benefits and Drawbacks

MySQL triggers are powerful database objects that automatically execute when specific events occur on...

Learn More 11 1Dec 30 '24

Best MySQL Database Design Tools in 2025

Planning a new MySQL project? A good database design tool can help you move faster, stay organized,...

Learn More 11 2Jun 12

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

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

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

⚡ 🚀 Quickly Start Dev Environment For MySQL, PostgreSQL, MongoDB, Redis, and Kafka Using Docker Compose 🔥

Here's how to quickly set up a development environment with MySQL, PostgreSQL, MongoDB, Redis and...

Learn More 10 0Oct 27 '24

Create New User in MySQL & Grant Access

Creating a new user in MySQL and granting privileges is very easy. First, you have to open the MySQL...

Learn More 10 3Mar 4

🚚 One-Time MySQL to PostgreSQL Migration with pgloader + Docker (Windows-Friendly)

Hey folks 👋 I’m Capwell, and I recently had to migrate a MySQL database to PostgreSQL. It wasn’t a...

Learn More 10 2Apr 24

20 Livros sobre Linguagem SQL que você deveria ler

Na série #QueroLer de hoje conheceremos 20 livros de qualidade para aprender Linguagem SQL. Eles...

Learn More 10 0Jul 28 '24

The Best Tools to Design Database Schemas Visually in 2025

If you’ve worked with databases, you’ve probably run into messy, confusing schemas-tables with...

Learn More 10 3May 30