MySQL Database - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login

MySQL Database

Updated on 16 May 2020
study24x7
Open Source Database Expert
6 min read 16 views
Updated on 16 May 2020

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:

`



study24x7
Write a comment...
Related Posts