• c:\mysql -r root -p
  • create database xoopsdb;
  • mysql> GRANT ALL PRIVILEGES ON *.* TO xoops@”%”
  • -> IDENTIFIED BY ‘' WITH GRANT OPTION;