코린이의 TIL
MySQL 실행하는 방법
notitle_
2023. 7. 18. 14:17
1. mysql bin 폴더로 이동
cd /usr/local/mysql/bin
2. 실행 명령어 입력
./mysql -u root -p
3. 비밀번호 입력