MySQLのインストール

MySQL Community Server をダウンロード

ダウンロードサイト
http://dev.mysql.com/downloads/
ファイル
Windows (x86, 32-bit), MSI Installer Essentials - Recommended

ウィザードに従ってTypicalインストール。特にハマリどころはなし。

確認

コマンドプロンプトからMySQLにログインできることを確認する

C:\>mysql -u root -p
Enter password: ********
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.1.45-community MySQL Community Server (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>