2010년 4월 20일 화요일

MySQL setting for beginner

1) mysql-3.23.53-win.zip Download

http://filekeeper.org/download/dc/mysql-3.23.53-win.zip

 

2) Install

setup > next > next > next > setting type : typical > finish

 

3) execute

시작 > 실행 > cmd >확인

C:\mysql\bin>mysqld.exe -install
Service successfully installed.

C:\mysql\bin>net start mysql
MySql 서비스를 시작합니다..
MySql 서비스가 잘 시작되었습니다.

C:\mysql\bin>mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 3.23.53-max-debug

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> \q
Bye

C:\mysql\bin>net stop mysql
MySql 서비스를 멈춥니다..
MySql 서비스를 잘 멈추었습니다.

C:\mysql\bin>

 

 

 

Reference http://www.peoplepower.co.kr

댓글 없음:

댓글 쓰기