Databases

How to Back Up & Restore a MySQL Database

October 22, 2018

A MySQL database has been lost, and you’re scrambling to restore a copy from your last backup. This guide will help you become the hero your database needs. You’ll learn about the mysqldump command for creating and restoring backups.

Read more

How to Reset or Change MySQL Root Password on Linux or Windows

October 21, 2018

MySQL is a database management system. It’s operated under the Open Source software model and has become a very popular software package for web application software. Like many web services, MySQL has an administrator-level or root password. The root password allows a user to perform all top-level functions in the database.

Read more
1 13 14 15