PS:acid_win32.zip , acid_php_win32.zip是windows版本的Mysql Apache, and php
資料庫設定
a. 建立資料庫
mysql < create_snort.sql
b. 測定資料庫存取權限, 建立一位使用者 snort, 密碼為 snort, 從任何地方對 資料庫 snort 有 full permission
grant all privileges on snort.* to snort@localhost identified by 'snort';
grant all privileges on snort.* to snort@’%’ identified by 'snort';