November 2017
Beginner
316 pages
6h 40m
English
MySQL is one of the most popular databases and it's currently supported and maintained by Oracle. Although it's free and open source, it has an enterprise version too.
To install MySQL on any of the operating systems, visit https://www.mysql.com/downloads/. Once installed on your system, just check out whether it is installed correctly or not by opening up the shell:
my-machine:~ user$ mysql --version mysql Ver 14.14 Distrib 5.6.36, for macos10.12 (x86_64) using EditLine wrapper my-machine:~ user$ mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 3 Server version: 5.6.36 MySQL Community Server (GPL) Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. Oracle is a registered ...
Read now
Unlock full access