Category : Databases

Here are some basic operations with the MySQL server. SQL Statements explains in detail the rich syntax and functionality of the SQL statements that are illustrated below. Showing existing databases. Use a SHOW DATABASES statement: Creating a new database. Use a CREATE DATABASE statement: Check if the database has been created: Creating a table inside ..

Read more

In WordPress, there is more than one way to reset your password.The one that we are going to explain here today is by setting a new password directly in MySQL Worpress database. First access your wordpress website files and find a file config.php.inc.Inside this file you will find the username the password the database name ..

Read more

Installing and Configuring Redis In order to get the latest version of Redis, we will use apt to install it from the official Debian repositories.Update your local apt package cache and install Redis by typing: This will download and install Redis and its dependencies.Open this file with your preferred text editor: Inside the file, find ..

Read more