Skip to content

923aryan/Book-Management-System-with-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LINUX(debian/arch) commands:
to stop mysql/mariadb -> sudo service mariadb stop
to start mysql/mariadb -> sudo service mariadb start
to check running servers -> sudo netstat -tulpn | grep 3306
to go into mysql -> sudo mysql
	to show databases -> SHOW DATABASES;
	to create database for eg. simplerest -> CREATE DATABASE simplerest;
	to get details about some database for eg. simplerest -> SELECT user, host, db FROM mysql.db WHERE db = 'simplerest';
	to know about priviledges about database with username for eg.aryanThakur -> SHOW GRANTS FOR 'aryanThakur'@'localhost';


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages