Skip to content

bekaarcoder/spring-contact-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connecting DigitalOcean droplet with SSH

ssh -i <ssh_key_filename> root@<ip_address_droplet>

Example:

ssh -i id_rsa root@159.65.152.155

Change mysql root password

alter user 'root'@'localhost' identified with mysql_native_password by 'mysqladmin'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published