개인공부/spring
mysql서버
케잉
2024. 12. 28. 17:07
mysql 서버 구동
1. cmd 창에서 "C:\eGovFrame-4.2.0\bin\mysql-8.0.36>startup.bat"
2. C:\eGovFrame-4.2.0\bin\mysql-8.0.36\bin> "mysql -u root -p"
구동 취소
1. cmd창에서 "ctrl+c"
2. "C:\eGovFrame-4.2.0\bin\mysql-8.0.36>stop.bat"
3. C:\eGovFrame-4.2.0\bin\mysql-8.0.36\bin> "mysqladmin -u root -p shutdown"