In this video i have shown how to run the mysql queries using terminal.
Install Mysql in Ubuntu 20.04 LTS /Linux :
• ERROR 1698 (28000): Access denied for...
Commands used :
$ mysql -u root -p
show databases;
create database demo;
use demo;
create table detail (id int(20),name varchar15),address varchar(15));
desc detail;
insert into detail values(1,"Arjun","Kathmandu");
select * from detail;
select * from detail where id=1;
select * from detail where name="Arjun";
Follow me on :
Facebook : https://www.facebook.com/profile.php?...
Twitter : / codesarjun
LinkedIn : / arjungautam1
Facebook Page : / codesarjun
Subscribe me at : / @codewitharjun
#Mysql #terminal #arjuncodes
Watch video Mysql queries using terminal in Ubuntu | Linux | mysql -u root -p | Basic queries in MySQL online without registration, duration hours minute second in high quality. This video was added by user Code With Arjun 01 January 1970, don't forget to share it with your friends and acquaintances, it has been viewed on our site 18,220 once and liked it 194 people.