mysql> status;
--------------
C:\Program Files\MySQL\MySQL Server 5.5\bin\mysql.exe Ver 14.14 Distrib 5.5.28,
for Win64 (x86)
Connection id: 2
Current database:
Current user: root@localhost
SSL: Not in use
Using delimiter: ;
Server version: 5.5.28 MySQL Community Server (GPL)
Protocol version: 10
Connection: localhost via TCP/IP
Server characterset: latin1
Db characterset: latin1
Client characterset: latin1
Conn. characterset: latin1
TCP port: 3306
Uptime: 1 min 19 sec
Threads: 1 Questions: 13 Slow queries: 0 Opens: 33 Flush tables: 1 Open tab
les: 26 Queries per second avg: 0.164
--------------
mysql> grant select,insert,delete,update,create,drop,file,
-> alter,index on *.* to db_user identified by 'password';
Query OK, 0 rows affected (0.00 sec)
// perform discovery on the user-supplied identifier
// OPのディスカバリ
List discoveries = manager.discover(openid);
// attempt to associate with an OpenID provider
// and retrieve one service endpoint for authentication
// OPとのアソシエーション
DiscoveryInformation discovered = manager.associate(discoveries);
// store the discovery information in the user's session
session.setAttribute("openid-disco", discovered);
// obtain a AuthRequest message to be sent to the OpenID provider
// 認証要求の作成
AuthRequest authReq = manager.authenticate(discovered, returnToUrl);
# Logfile created on Sun Sep 02 12:11:00 +0900 2012 by logger.rb/1.2.6
I, [2012-09-02T12:11:00.803463 #6808] INFO -- : collector start
I, [2012-09-02T12:11:02.437556 #6808] INFO -- : collector finished