Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Communications
>
Email
>
Email Clients (MUA)
>
qfsmail
>
Howto
qfsmail
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
Subversion
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
FrontPage
Title index
Recent changes
Communication
Forums
List of Forums
Developers (1)
Help (1)
Open Discussion (1)
Mailing Lists
list of ML
News
How to install qfsmail
qfsmailを使用するにはSQLデータベースのMySQLのインストール・設定が必要です。
・一番簡単な方法
ローカル環境にMySQL 5.6.19を入れる例です。
(1)MySQLのWindows版を以下のサイトからダウンロード
http://dev.mysql.com/
(Downloads→MySQL Community Edition→MySQL Community Server
→MySQL Installer 5.6 for Windows)
(2)インストールを進めます。
インストールはそのままの設定で進めます。
Setup Typeは「Server Only」等。
rootのパスワードを入れます。
(3)データベース作成
コマンドプロンプトから
C:\>cd c:\・・・・・・・・\MySQL Server 5.6\bin
C:\>mysql -u root -p
Enter password: rootのパスワード
mysql>create database qfs;
mysql>grant all on qfs.* to qfsuser@localhost identified by 'abc123';
mysql>exit
終わったら、qfsmail.exeを起動し、[設定]-[データベース設定]で、
設定
サーバー名 :localhost
データベース名:qfs
ユーザ :qfsuser
パスワード :abc123
として、「テーブル初期化」ボタンをクリックすれば、設定完了です。
Download File List
Wiki