>>372
データベースの作成で失敗した場合の対処法は
DOSプロンプトにて

cd c:\mysql\bin

mysql -u root -p
*****(password入力)

create database xoops;

exit