MySQL Database
MySQL is the world's most popular open-source database. Despite its powerful features, MySQL is simple to set up and easy to use. Below are some instructions to help you get MySQL up and running in a few easy steps. I will also explain how to perform some basic operations with MySQL using the mysql client.
1- Installing and Starting MySQL
2- Connecting to the MySQL Server with the mysql Client
3- Some Basic Operations with MySQL
4- Other Important Tasks to Perform
5- Troubleshooting
6- Other Helpful Resources
Let's start:
1- Installing and Starting MySQL:
Before You Begin:
Update your system:
CentOS:
>> sudo yum update
Ubuntu:
>> sudo apt-get update
You will need wget to complete this guide. It can be installed as follows:
CentOS:
>> yum install wget
Ubuntu:
>> apt-get install wget
Locate the desired version, and update it as needed in the link below: