Skip to main content

7 docs tagged with "mysql"

View all tags

AWS Relational Database Service (RDS)

Amazon Relational Database Service (RDS) is a managed database service provided by Amazon Web Services (AWS). It simplifies the process of setting up, operating, and scaling a relational database in the cloud. RDS supports various database engines, including:

MySQL Design Patterns in Go

This document illustrates how to implement the Repository Pattern in Go for interacting with a MySQL database.

MySQL Go Usage

This document provides examples of how to connect to and interact with a MySQL database using the Go programming language. It covers installation, connection management, basic queries, and transactions.

MySQL Installation Guide

IMPORTANT SECURITY NOTICE: The methods described below use default passwords (root for MySQL and password for the MySQL root user). It is CRITICAL to change these passwords immediately after installation for security reasons. Instructions for changing the passwords are provided below.

MySQL Slow Log

The slow query log is a valuable tool for identifying queries that are taking longer than expected to execute. This document outlines how to enable and analyze the MySQL slow query log.

Percona Overview

Percona is a company that provides open-source database solutions, consulting, and managed services for MySQL, MariaDB, and PostgreSQL. They are well-known for their performance-focused distributions, tools, and expertise in database optimization. Percona's products aim to improve database performance, availability, and manageability.