NetBeans - Connecting to a MySQL Database

- Connecting to a MySQL Database
- 윈도우 명령어 라인에서 MySQL 시작하기


MySQL 사용자계정에 암호가 있는 경우 --password 옵션으로 추가해 주어야 한다.

- 5.1
 Path to start command  C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld.exe
 Arguments  --console
 Path to stop command  C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqladmin.exe
 Arguments  -u root -pnbuser shutdown