MySQL

Create a user

Mar 14,16

You should not do all your work in MySQL with the root user; instead, it is recommended to create users …

Read More

Create a database

Mar 14,16

To create an MySQL database, the CREATE DATABASE name statement is used. For example, to create a database named testdb, …

Read More

SQL commands syntax

Mar 14,16

MySQL uses a standard form of the well-known SQL data language. The great thing about SQL is that the code …

Read More

Start the command-line interface

Mar 14,16

To access the command-line interface from Windows, select Start > Run and type cmd: This will open the Command Prompt. …

Read More

Access MySQL

Mar 14,16

There are three main ways in which you can access MySQL: using the command line – you can access your …

Read More

Install MySQL on Linux

Mar 14,16

Installing MySQL on Linux is really simple and usually involves just a single command. We will show you how you …

Read More
Geek University 2022