MySQL

How to Connect using MySQL Client with Utho's Managed MYSQL DataBase
Learn how to deploy, connect, and manage a MySQL database using a managed interface. This guide covers trusted host setup, connecting with MySQL client, user and database management, creating backups, setting up firewalls, and securely deleting databases. Perfect for simplifying database management while ensuring security and scalability.
Overview
Learn how Utho makes MySQL deployment simple and easy so you easily anticipate your cloud infrastructure costs
api-documentation
Discover how Utho's API simplifies MySQL deployment and management, allowing you to integrate seamlessly with your cloud infrastructure.
importing-dumpfiles-into-utho-mysql-managed-cluster
This guide provides a step-by-step process to import dump files into a MySQL database hosted on Utho’s Managed Database Cluster.
troubleshooting
Learn how to troubleshoot common MySQL issues on the Utho platform, ensuring seamless MySQL deployment and management.
FAQs
Learn how Utho makes MySQL deployment simple and easy, and get answers to frequently asked questions about our MySQL service.
An Introduction to SQL Indexes
SQL indexes are used to improve a database's performance during query lookups. This guide discusses unique indexes, primary keys, and composite primary keys.
Introduction to SQL Data Types
SQL supports various data types including Binary, Numeric, and Character data types. This guide explains each data type's storage requirements, syntax, and provides examples.
Introduction to SQL Grouping and Totaling
SQL aggregate functions calculate a set of values by using grouping and totaling. This guide uses various examples to demonstrate how to calculate values using the Where and Having clauses.
Introduction to SQL Joins
SQL Joins are used to compare and select rows from tables. This guide discusses Cross Joins, Inner Joins, Left Joins, Right Joins, and Full Joins and provides examples for each SQL Join.