This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create database new_vegas_prod default character set utf8; | |
grant all privileges on new_vegas_prod.* to new_vegas_prod@localhost identified by 'pass'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir ~/.ssh | |
chmod 700 ~/.ssh | |
ssh-keygen -t rsa |
NewerOlder