AKAI TSUKI

System development or Technical something

MySQLをインストール

問題なくインストールできたっぽい。

インストール時のメモ

MySQL Serer Instance Configuration Wizard

1.初めの画面、選択はないため、Nextを押す。

2.Please select a configuration type

 ・Detailed Configuration ○
 ・Standard Configuration

3.Please select a server type. This will influence memory, disk and CPU usage.

 ・Developer Machine ○
 ・Server Machine
 ・Dedicated MySQL Server Machine


4.Please select the database usage.

 ・Multifunctional Database ○
 ・Transactional Database Only
 ・Non Tracsactional Database Only

5.Please select the drive for the InnoDB datafile, if you do not want to user the default settings.

  デフォルトの設定のまま

6.Please set the approximate number of concurrent connections to the server.

 ・Decision Support(DSS)/OLAP ○
 ・Online Transaction Processing(OLTP)
 ・Manual Setting
 
 ※ひとまずデフォルト設定のままとした。

7.Please set the networking options.

 ・Enable TCP/IP Networking
  チェックをつける。
   
 .Please set the server SQL mode.
 
 ・Enable Strict Mode
  チェックをつける。
  
8.Please select the default character set.

 ・Standard Character Set (Latin1)
 ・Beast Support For Multilingualism (UTF8) ○
 ・Manual Selected Default Character Set / Collation
 
9.Please set the Windows options.

 ・Install As Windows Service
  チェックをつける。
  Service Name MySQL
  
  チェックをつける→Launch the MySQL Server automatically

 ・Include Bin Directory in Windows PATH
  チェックをつける

10.Please set the security options.

 ・Modify Security Settings
  チェックをつけてrootのパスを設定する。
  
   Enable root access from remote machinesのチェックはひとまず不要
  
 ・Create An Anonymous Account
  不要なためチェックをつけない。

11.Ready to execute...

  → Executeのボタンを押す。
  
  ちなみに
   Write configuration file (C:\Program Files\MySQL\MySQL Server 5.0\my.ini)
  
  ※Nortonでネットへの接続を聞いてくる。
  

設定完了!