Restoring a single database from a full dump is pretty easy, using the mysql command line client’s –one-database option: But what if you don’t want to restore the database, you just want to extract it out of the dump file? Well, that happens to be easy as well, thanks to the magic of sed: You ..
Archives : July-2021
MariaDB is an open-source database engine system, commonly used.This tutorial will explain how to install MariaDB on a Debian server, and verify that it is running and has a safe initial configuration. Step 1 — Instalation Lets start this by updatings our repositories and install the package, and for that we will use the apt ..
Recent Comments