MySQL 접속
1 | sudo mysql |

새로운 유저 생성
1 | mysql> CREATE USER 'username'@'host' IDENTIFIED WITH authentication_plugin BY 'password'; |

1 | sudo mysql |

1 | mysql> CREATE USER 'username'@'host' IDENTIFIED WITH authentication_plugin BY 'password'; |

1 | sudo apt update |
1 | sudo apt install -y mysql-server |
1 | > tar -cvf [파일명.tar] [폴더명] |
1 | > tar -xvf [파일명.tar] |
1 | > tar -zcvf [파일명.tar.gz] [폴더명] |