• January 2, 2023

How to Repair a Corrupted MySQL Table

Introduction MySQL is a Relational Database Management System (RDBMS). An RDBMS is a database management system (DBMS) that stores related data in tables. These tables form rows called records and columns called attributes, with a unique key identifying each row. RDMSes such as MySQL include functionality to preserve data integrity,…

Read More

How to Install FileRun on a Vultr Cloud Server

Introduction FileRun is a self-hosted file management application that supports a wide range of file formats such as CSV, JPEG, Markdown, Text, MP3, and MP4. It also integrates the WebDav protocol, which supports various desktop applications, including Windows Explorer on Windows and Finder on macOS. This article explains how to…

Read More

How to Install MySQL on Vultr Kubernetes Engine (VKE)

Introduction MySQL is an open-source database server. Classified as a Relational Database Management System (RDBMS), the data stored in a MySQL database is in tabular format. It uses Structured Query Language (SQL) to store, manipulate, and retrieve data. The relational data model of the MySQL databases allows developers to link…

Read More

How to Repair a Corrupted MySQL Table

Introduction MySQL is a Relational Database Management System (RDBMS). An RDBMS is a database management system (DBMS) that stores related data in tables. These tables form rows called records and columns called attributes, with a unique key identifying each row. RDMSes such as MySQL include functionality to preserve data integrity,…

Read More

How to Restore a Single Database from a Full MySQL Database Dump

Introduction MySQL Dump is a backup utility used to recover your databases and tables in case your database server crashes. A single MySQL Database Dump is a logical backup in a flat file with Standard Query Language (SQL) statements that restore a database to its original state before backup. MySQL…

Read More

Build a REST API in Go with Vultr Managed Databases for MySQL

Introduction This article explains how to build a secure REST API in Go with Vultr Managed Databases for MySQL. By following this guide, you’ll create a Vultr Managed Database for MySQL, connect to it securely using TLS, execute CRUD (Create, Read, Update, Delete) operations with the Go MySQL client, and use…

Read More