DEV Community

# mysql

Posts on tips and tricks, using and learning about MySQL for database development and analysis.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Simple React JS and MySQL Integration -- CRUD App (Backend)

Simple React JS and MySQL Integration -- CRUD App (Backend)

45
Comments 2
3 min read
Docker LAMP Stack

Docker LAMP Stack

4
Comments 1
8 min read
Install MySQL using Docker

Install MySQL using Docker

8
Comments
5 min read
Search MySQL Like Google Using Match and Full-Text Search

Search MySQL Like Google Using Match and Full-Text Search

17
Comments
7 min read
3 tips for improving performance of a Laravel website

3 tips for improving performance of a Laravel website

9
Comments
2 min read
Setting up GitHub Actions with Rails 6.1 and MySQL 5.7

Setting up GitHub Actions with Rails 6.1 and MySQL 5.7

4
Comments
2 min read
How To Condense Your GraphQL Queries With the @materializer Directive

How To Condense Your GraphQL Queries With the @materializer Directive

8
Comments
2 min read
Start MySQL database server on Mac startup

Start MySQL database server on Mac startup

4
Comments
2 min read
MySQL tutorial - 9 Transaction

MySQL tutorial - 9 Transaction

6
Comments
2 min read
How to create model association in Sequelize - express JS / Node JS

How to create model association in Sequelize - express JS / Node JS

11
Comments
2 min read
Delete multiple MySQL database server on local Mac

Delete multiple MySQL database server on local Mac

6
Comments
1 min read
MySQL tutorial - 8 Sub query

MySQL tutorial - 8 Sub query

6
Comments
3 min read
SQL Review - How to create an ERD in MySQL

SQL Review - How to create an ERD in MySQL

3
Comments
1 min read
DDL

DDL

5
Comments
1 min read
MySQL charset (255) unknown to the client in MySQL and AWS RDS

MySQL charset (255) unknown to the client in MySQL and AWS RDS

11
Comments 2
2 min read
Connect multiple MySQL database server on local Mac

Connect multiple MySQL database server on local Mac

8
Comments
1 min read
Create multiple MySQL database server on local Mac

Create multiple MySQL database server on local Mac

6
Comments 1
3 min read
Start and Stop multiple MySQL database server on local Mac

Start and Stop multiple MySQL database server on local Mac

6
Comments
2 min read
MySQL Performance Tuning as a Service

MySQL Performance Tuning as a Service

5
Comments
2 min read
Performance differences between Postgres and MySQL

Performance differences between Postgres and MySQL

8
Comments
7 min read
MySQL tutorial - 7 Function

MySQL tutorial - 7 Function

8
Comments
2 min read
Migrating your SQL Database to MongoDb

Migrating your SQL Database to MongoDb

18
Comments
8 min read
MySQL tutorial - 6 Deleting the data

MySQL tutorial - 6 Deleting the data

8
Comments
1 min read
MySQL tutorial - 5 Updating the data

MySQL tutorial - 5 Updating the data

5
Comments
1 min read
Cara install Nginx PHP-FPM MySQL PHP 7 (LEMP) di CentOS 7

Cara install Nginx PHP-FPM MySQL PHP 7 (LEMP) di CentOS 7

6
Comments
3 min read
SQL: Calculate Bussiness Days

SQL: Calculate Bussiness Days

2
Comments 2
1 min read
MySQL tutorial - 4 Selecting the data

MySQL tutorial - 4 Selecting the data

10
Comments
7 min read
MySQL tutorial - 3 Data Insertion

MySQL tutorial - 3 Data Insertion

7
Comments
1 min read
MySQL tutorial - 2 Relationship in Database

MySQL tutorial - 2 Relationship in Database

4
Comments
2 min read
JPA, MySQL and UUIDs are not friends, apparently...

JPA, MySQL and UUIDs are not friends, apparently...

2
Comments 1
1 min read
MySQL tutorial - 1 Introduction

MySQL tutorial - 1 Introduction

10
Comments
3 min read
SQL Review - Differences Between MySQL and PostgreSQL

SQL Review - Differences Between MySQL and PostgreSQL

8
Comments 2
4 min read
Top 5 MySQL clients for Mac

Top 5 MySQL clients for Mac

7
Comments 5
2 min read
How to Create Task Manager App with PHP

How to Create Task Manager App with PHP

2
Comments
2 min read
How to make Food Ordering Website?

How to make Food Ordering Website?

26
Comments 4
2 min read
Audit Trail Implementation to CRUD Operation

Audit Trail Implementation to CRUD Operation

4
Comments
4 min read
All you need to know about mysql

All you need to know about mysql

3
Comments
1 min read
Laravel Tips (Eloquent): withMax, withMin, withAvg & withSum.

Laravel Tips (Eloquent): withMax, withMin, withAvg & withSum.

6
Comments
1 min read
Convert Your Database to RESTful API Without Code

Convert Your Database to RESTful API Without Code

9
Comments 1
3 min read
How to Create Dockerized NodeJS with MySQL Database

How to Create Dockerized NodeJS with MySQL Database

52
Comments 10
3 min read
A Simple Express Server and MySQL Database

A Simple Express Server and MySQL Database

28
Comments 4
4 min read
go-mysql-mongodb: replicate data from MySQL to MongoDB

go-mysql-mongodb: replicate data from MySQL to MongoDB

6
Comments
4 min read
Build High Performance GraphQL APIs in 5 minutes with GraphJin

Build High Performance GraphQL APIs in 5 minutes with GraphJin

14
Comments 1
3 min read
10 Things I Hate About SQL

10 Things I Hate About SQL

13
Comments 15
8 min read
[Parte 1] Do MySQL para o MongoDB: Comandos básicos

[Parte 1] Do MySQL para o MongoDB: Comandos básicos

3
Comments
2 min read
Do MySQL para o MongoDB: Comandos básicos

Do MySQL para o MongoDB: Comandos básicos

4
Comments
2 min read
Deploying An Asp.Net WebApi and MySql DataBase Container to Kubernetes (Part-2)-Deployment

Deploying An Asp.Net WebApi and MySql DataBase Container to Kubernetes (Part-2)-Deployment

11
Comments
8 min read
Deploying An Asp.Net WebApi and MySql DataBase Container to Kubernetes (Part-1)-SetUp

Deploying An Asp.Net WebApi and MySql DataBase Container to Kubernetes (Part-1)-SetUp

8
Comments
4 min read
How To Set Up An Asp.NetCore Api, and MySQL with Docker Compose

How To Set Up An Asp.NetCore Api, and MySQL with Docker Compose

5
Comments
5 min read
Disabling foreign key constraints in MySQL

Disabling foreign key constraints in MySQL

2
Comments 1
1 min read
REST vs GraphQL - Building Startups in 2021

REST vs GraphQL - Building Startups in 2021

12
Comments 3
5 min read
From 11 seconds to 160 milliseconds 🚀 - Refactoring Chronicles

From 11 seconds to 160 milliseconds 🚀 - Refactoring Chronicles

16
Comments
6 min read
MySQL Configuration Performance Tuning Workflow

MySQL Configuration Performance Tuning Workflow

6
Comments
4 min read
Authentication in REST APIs

Authentication in REST APIs

15
Comments
8 min read
Deploying a Laravel application to Heroku with a MySQL database

Deploying a Laravel application to Heroku with a MySQL database

20
Comments 3
4 min read
WSL2-Windows Linux Subsystem: A guide to install a Local Web Server Ubuntu-20.04 Apache,PHP8 y MySQL8

WSL2-Windows Linux Subsystem: A guide to install a Local Web Server Ubuntu-20.04 Apache,PHP8 y MySQL8

33
Comments 3
14 min read
Setting up Docker databases with mounted volumes

Setting up Docker databases with mounted volumes

5
Comments
3 min read
Setting up the database - Dockerizing Django for deploying anywhere !

Setting up the database - Dockerizing Django for deploying anywhere !

10
Comments
4 min read
MySQL or MongoDB?

MySQL or MongoDB?

5
Comments 3
1 min read
How to securely login to MySQL without providing password each time

How to securely login to MySQL without providing password each time

30
Comments 3
2 min read
loading...