Skip to content

Latest commit

 

History

History

task_001_connecting_to_db

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Connecting to mysql

Connecting to mysql db

 mysql -h<hostname> -u<username> -p<password>