0% found this document useful (0 votes)
87 views1 page

Mysql - U Root - P - H Localhost Show Databases Show Tables Create Database Drop Database Drop Table

This document provides MySQL commands to view existing databases and tables, create a new database, and remove databases and tables. The commands shown are for logging in as the root user, listing existing databases and tables, creating a new database, and deleting both existing databases and tables.

Uploaded by

Vipula Rawte
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
87 views1 page

Mysql - U Root - P - H Localhost Show Databases Show Tables Create Database Drop Database Drop Table

This document provides MySQL commands to view existing databases and tables, create a new database, and remove databases and tables. The commands shown are for logging in as the root user, listing existing databases and tables, creating a new database, and deleting both existing databases and tables.

Uploaded by

Vipula Rawte
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

mysql -u root -p -h localhost

show databases; show tables; create database; drop database; drop table;

You might also like