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 |