July 2023

MySql Tutorial using terminal

1. start sql shell 2. show databases 3. create databases: - create database Manish; or - create schema Manish; 4. show databases;  5. chang...

Manish Kumar 26 Jul, 2023

MySql Linux intallation [terminal + workbench] setup

1. Set apt repos for mysql 8.0 from this package here https://dev.mysql.com/downloads/repo/apt/ 2. install the downloaded package 3. update...

Manish Kumar 26 Jul, 2023